Shades of Purple Heart #492FD0
Tints of Purple Heart #492FD0
RGB
CMYK
RGB Variations
Color information
#492FD0 (or 0x492FD0) is known color: Purple Heart. HEX triplet: 49, 2F and D0. RGB value is (73,47,208). Sum of RGB (Red+Green+Blue) = 73+47+208=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 208 (81.64% from 255 or 63.41% from 328); Max value from RGB is 208 - color contains mainly: blue. Hex color #492FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FD0 is #B6D02F. Grayscale: #484848. Windows color (decimal): -11980848 or 13643593. OLE color: 13643593.
HSL color Cylindrical-coordinate representation of color #492FD0: hue angle of 249.69º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492FD0 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 47 | 208 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.18 |
| HSL | 249.69º | 0.63% | 0.5% | - |
| HSV(B) | 249.69º | 0.77% | 0.82% | - |
| XYZ | 15.15 | 8 | 60.42 | - |
| YUV | 73.13 | 204.11 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 208 | 0.65 | 0.77 | 0 | 0.18 | 249.69 | 0.63 | 0.5 |
| Hex | 49 | 2F | D0 | 41 | 4D | 0 | 12 | FA | 3F | 32 |
| Octal | 111 | 57 | 320 | 101 | 115 | 0 | 22 | 372 | 77 | 62 |
| Binary | 1001001 | 101111 | 11010000 | 1000001 | 1001101 | 0 | 10010 | 11111010 | 111111 | 110010 |
Color Harmonies of #492FD0
Complementary color
Monochromatic Colors of #492FD0
Black with #492FD0
Text Example
Text Example
White with #492FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492FD0; }
p { color: rgb(73,47,208); }
H1.HeaderClassName
{
color: #492FD0;
}
.AnyTagClassName
{
color: #492FD0;
}
</style>
background-color css
<style>
a { background-color: #492FD0; }
a { background-color: rgb(73,47,208); }
div.DivClassName
{
background-color: #492FD0;
}
.BgClassName
{
background-color: #492FD0;
}
</style>
border-color css
<style>
span { border-color: #492FD0; }
span { border-color: rgb(73,47,208); }
td.TdClassName
{
border-color: #492FD0;
}
.TagClassName
{
border-color: #492FD0;
}
</style>