#490CCA

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

Shades of Purple Heart #490CCA

Tints of Purple Heart #490CCA

Color information

#490CCA (or 0x490CCA) is unknown color: approx Purple Heart. HEX triplet: 49, 0C and CA. RGB value is (73,12,202). Sum of RGB (Red+Green+Blue) = 73+12+202=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 202 (79.30% from 255 or 70.38% from 287); Max value from RGB is 202 - color contains mainly: blue. Hex color #490CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CCA is #B6F335. Grayscale: #333333. Windows color (decimal): -11989814 or 13241417. OLE color: 13241417.

HSL color Cylindrical-coordinate representation of color #490CCA: hue angle of 259.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490CCA is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7312202-
CMYK0.640.9400.21
HSL259.26º88.79%41.96%-
HSV(B)259.26º94.06%79.22%-
XYZ13.545.9456.31-
YUV51.9212.71143.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 12 (5.08% from 255) = 4.18%
BLUE value IS 202 (79.30% from 255) = 70.38%
R=25.44%
G=4.18%
B=70.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73122020.640.9400.21259.2688.7941.96
Hex49CCA405E015103592a
Octal1111431210013602540313152
Binary1001001110011001010100000010111100101011000000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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