Shades of Purple Heart #492FCF
Tints of Purple Heart #492FCF
RGB
CMYK
RGB Variations
Color information
#492FCF (or 0x492FCF) is known color: Purple Heart. HEX triplet: 49, 2F and CF. RGB value is (73,47,207). Sum of RGB (Red+Green+Blue) = 73+47+207=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #492FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FCF is #B6D030. Grayscale: #484848. Windows color (decimal): -11980849 or 13578057. OLE color: 13578057.
HSL color Cylindrical-coordinate representation of color #492FCF: hue angle of 249.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492FCF is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 47 | 207 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.19 |
| HSL | 249.75º | 0.63% | 0.5% | - |
| HSV(B) | 249.75º | 0.77% | 0.81% | - |
| XYZ | 15.03 | 7.95 | 59.77 | - |
| YUV | 73.01 | 203.61 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 207 | 0.65 | 0.77 | 0 | 0.19 | 249.75 | 0.63 | 0.5 |
| Hex | 49 | 2F | CF | 41 | 4D | 0 | 13 | FA | 3F | 32 |
| Octal | 111 | 57 | 317 | 101 | 115 | 0 | 23 | 372 | 77 | 62 |
| Binary | 1001001 | 101111 | 11001111 | 1000001 | 1001101 | 0 | 10011 | 11111010 | 111111 | 110010 |
Color Harmonies of #492FCF
Complementary color
Monochromatic Colors of #492FCF
Black with #492FCF
Text Example
Text Example
White with #492FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492FCF; }
p { color: rgb(73,47,207); }
H1.HeaderClassName
{
color: #492FCF;
}
.AnyTagClassName
{
color: #492FCF;
}
</style>
background-color css
<style>
a { background-color: #492FCF; }
a { background-color: rgb(73,47,207); }
div.DivClassName
{
background-color: #492FCF;
}
.BgClassName
{
background-color: #492FCF;
}
</style>
border-color css
<style>
span { border-color: #492FCF; }
span { border-color: rgb(73,47,207); }
td.TdClassName
{
border-color: #492FCF;
}
.TagClassName
{
border-color: #492FCF;
}
</style>