Shades of Purple Heart #492BC8
Tints of Purple Heart #492BC8
RGB
CMYK
RGB Variations
Color information
#492BC8 (or 0x492BC8) is known color: Purple Heart. HEX triplet: 49, 2B and C8. RGB value is (73,43,200). Sum of RGB (Red+Green+Blue) = 73+43+200=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 200 (78.52% from 255 or 63.29% from 316); Max value from RGB is 200 - color contains mainly: blue. Hex color #492BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BC8 is #B6D437. Grayscale: #454545. Windows color (decimal): -11981880 or 13118281. OLE color: 13118281.
HSL color Cylindrical-coordinate representation of color #492BC8: hue angle of 251.46º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492BC8 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 43 | 200 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.22 |
| HSL | 251.47º | 0.65% | 0.48% | - |
| HSV(B) | 251.47º | 0.79% | 0.78% | - |
| XYZ | 14.04 | 7.31 | 55.32 | - |
| YUV | 69.87 | 201.44 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 200 | 0.64 | 0.78 | 0 | 0.22 | 251.47 | 0.65 | 0.48 |
| Hex | 49 | 2B | C8 | 40 | 4E | 0 | 16 | FB | 41 | 30 |
| Octal | 111 | 53 | 310 | 100 | 116 | 0 | 26 | 373 | 101 | 60 |
| Binary | 1001001 | 101011 | 11001000 | 1000000 | 1001110 | 0 | 10110 | 11111011 | 1000001 | 110000 |
Color Harmonies of #492BC8
Complementary color
Monochromatic Colors of #492BC8
Black with #492BC8
Text Example
Text Example
White with #492BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BC8; }
p { color: rgb(73,43,200); }
H1.HeaderClassName
{
color: #492BC8;
}
.AnyTagClassName
{
color: #492BC8;
}
</style>
background-color css
<style>
a { background-color: #492BC8; }
a { background-color: rgb(73,43,200); }
div.DivClassName
{
background-color: #492BC8;
}
.BgClassName
{
background-color: #492BC8;
}
</style>
border-color css
<style>
span { border-color: #492BC8; }
span { border-color: rgb(73,43,200); }
td.TdClassName
{
border-color: #492BC8;
}
.TagClassName
{
border-color: #492BC8;
}
</style>