Shades of Purple Heart #492FD4
Tints of Purple Heart #492FD4
RGB
CMYK
RGB Variations
Color information
#492FD4 (or 0x492FD4) is known color: Purple Heart. HEX triplet: 49, 2F and D4. RGB value is (73,47,212). Sum of RGB (Red+Green+Blue) = 73+47+212=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 212 (83.20% from 255 or 63.86% from 332); Max value from RGB is 212 - color contains mainly: blue. Hex color #492FD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FD4 is #B6D02B. Grayscale: #484848. Windows color (decimal): -11980844 or 13905737. OLE color: 13905737.
HSL color Cylindrical-coordinate representation of color #492FD4: hue angle of 249.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492FD4 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 47 | 212 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.17 |
| HSL | 249.45º | 0.66% | 0.51% | - |
| HSV(B) | 249.45º | 0.78% | 0.83% | - |
| XYZ | 15.65 | 8.2 | 63.05 | - |
| YUV | 73.58 | 206.11 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 212 | 0.66 | 0.78 | 0 | 0.17 | 249.45 | 0.66 | 0.51 |
| Hex | 49 | 2F | D4 | 42 | 4E | 0 | 11 | F9 | 42 | 33 |
| Octal | 111 | 57 | 324 | 102 | 116 | 0 | 21 | 371 | 102 | 63 |
| Binary | 1001001 | 101111 | 11010100 | 1000010 | 1001110 | 0 | 10001 | 11111001 | 1000010 | 110011 |
Color Harmonies of #492FD4
Complementary color
Monochromatic Colors of #492FD4
Black with #492FD4
Text Example
Text Example
White with #492FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492FD4; }
p { color: rgb(73,47,212); }
H1.HeaderClassName
{
color: #492FD4;
}
.AnyTagClassName
{
color: #492FD4;
}
</style>
background-color css
<style>
a { background-color: #492FD4; }
a { background-color: rgb(73,47,212); }
div.DivClassName
{
background-color: #492FD4;
}
.BgClassName
{
background-color: #492FD4;
}
</style>
border-color css
<style>
span { border-color: #492FD4; }
span { border-color: rgb(73,47,212); }
td.TdClassName
{
border-color: #492FD4;
}
.TagClassName
{
border-color: #492FD4;
}
</style>