#490bb4

Color #490BB4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #490BB4

Tints of Purple Heart #490BB4

Color information

#490BB4 (or 0x490BB4) is unknown color: approx Purple Heart. HEX triplet: 49, 0B and B4. RGB value is (73,11,180). Sum of RGB (Red+Green+Blue) = 73+11+180=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 180 (70.70% from 255 or 68.18% from 264); Max value from RGB is 180 - color contains mainly: blue. Hex color #490BB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BB4 is #B6F44B. Grayscale: #303030. Windows color (decimal): -11990092 or 11799369. OLE color: 11799369.

HSL color Cylindrical-coordinate representation of color #490BB4: hue angle of 262.01º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490BB4 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7311180-
CMYK0.590.9400.29
HSL262.01º88.48%37.45%-
HSV(B)262.01º93.89%70.59%-
XYZ11.114.9543.55-
YUV48.8202.04145.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 180 (70.70% from 255) = 68.18%
R=27.65%
G=4.17%
B=68.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73111800.590.9400.29262.0188.4837.45
Hex49BB43B5E01D1065825
Octal111132647313603540613045
Binary100100110111011010011101110111100111011000001101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490bb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490bb4; }

 p { color: rgb(73,11,180); }

 H1.HeaderClassName
 {
   color: #490bb4;
 }
 .AnyTagClassName
 {
   color: #490bb4;
 }
</style>
background-color css

<style>
 a { background-color: #490bb4; }

 a { background-color: rgb(73,11,180); }

 div.DivClassName
 {
   background-color: #490bb4;
 }
 .BgClassName
 {
   background-color: #490bb4;
 }
</style>
border-color css

<style>
 span { border-color: #490bb4; }

 span { border-color: rgb(73,11,180); }

 td.TdClassName
 {
   border-color: #490bb4;
 }
 .TagClassName
 {
   border-color: #490bb4;
 }
</style>