#490CAE

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

Shades of Purple Heart #490CAE

Tints of Purple Heart #490CAE

Color information

#490CAE (or 0x490CAE) is unknown color: approx Purple Heart. HEX triplet: 49, 0C and AE. RGB value is (73,12,174). Sum of RGB (Red+Green+Blue) = 73+12+174=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #490CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490CAE is #B6F351. Grayscale: #303030. Windows color (decimal): -11989842 or 11406409. OLE color: 11406409.

HSL color Cylindrical-coordinate representation of color #490CAE: hue angle of 262.59º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490CAE is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7312174-
CMYK0.580.9300.32
HSL262.59º87.1%36.47%-
HSV(B)262.59º93.1%68.24%-
XYZ10.524.7440.4-
YUV48.71198.71145.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 12 (5.08% from 255) = 4.63%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=28.19%
G=4.63%
B=67.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73121740.580.9300.32262.5987.136.47
Hex49CAE3A5D0201075724
Octal111142567213504040712744
Binary1001001110010101110111010101110101000001000001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,12,174); }

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

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

 a { background-color: rgb(73,12,174); }

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

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

 span { border-color: rgb(73,12,174); }

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