Shades of Purple Heart #490CCA
Tints of Purple Heart #490CCA
RGB
CMYK
RGB Variations
Color information
#490CCA (or 0x490CCA) is known color: 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
| RGB | 73 | 12 | 202 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.21 |
| HSL | 259.26º | 0.89% | 0.42% | - |
| HSV(B) | 259.26º | 0.94% | 0.79% | - |
| XYZ | 13.54 | 5.94 | 56.31 | - |
| YUV | 51.9 | 212.71 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 202 | 0.64 | 0.94 | 0 | 0.21 | 259.26 | 0.89 | 0.42 |
| Hex | 49 | C | CA | 40 | 5E | 0 | 15 | 103 | 59 | 2A |
| Octal | 111 | 14 | 312 | 100 | 136 | 0 | 25 | 403 | 131 | 52 |
| Binary | 1001001 | 1100 | 11001010 | 1000000 | 1011110 | 0 | 10101 | 100000011 | 1011001 | 101010 |
Color Harmonies of #490CCA
Complementary color
Monochromatic Colors of #490CCA
Black with #490CCA
Text Example
Text Example
White with #490CCA
Text Example
Text Example
HTML Codes & Css Web 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>