Shades of Purple Heart #492FB6
Tints of Purple Heart #492FB6
RGB
CMYK
RGB Variations
Color information
#492FB6 (or 0x492FB6) is known color: Purple Heart. HEX triplet: 49, 2F and B6. RGB value is (73,47,182). Sum of RGB (Red+Green+Blue) = 73+47+182=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 182 (71.48% from 255 or 60.26% from 302); Max value from RGB is 182 - color contains mainly: blue. Hex color #492FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FB6 is #B6D049. Grayscale: #454545. Windows color (decimal): -11980874 or 11939657. OLE color: 11939657.
HSL color Cylindrical-coordinate representation of color #492FB6: hue angle of 251.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492FB6 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 47 | 182 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.29 |
| HSL | 251.56º | 0.59% | 0.45% | - |
| HSV(B) | 251.56º | 0.74% | 0.71% | - |
| XYZ | 12.21 | 6.83 | 44.93 | - |
| YUV | 70.16 | 191.11 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 182 | 0.60 | 0.74 | 0 | 0.29 | 251.56 | 0.59 | 0.45 |
| Hex | 49 | 2F | B6 | 3C | 4A | 0 | 1D | FC | 3B | 2D |
| Octal | 111 | 57 | 266 | 74 | 112 | 0 | 35 | 374 | 73 | 55 |
| Binary | 1001001 | 101111 | 10110110 | 111100 | 1001010 | 0 | 11101 | 11111100 | 111011 | 101101 |
Color Harmonies of #492FB6
Complementary color
Monochromatic Colors of #492FB6
Black with #492FB6
Text Example
Text Example
White with #492FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492FB6; }
p { color: rgb(73,47,182); }
H1.HeaderClassName
{
color: #492FB6;
}
.AnyTagClassName
{
color: #492FB6;
}
</style>
background-color css
<style>
a { background-color: #492FB6; }
a { background-color: rgb(73,47,182); }
div.DivClassName
{
background-color: #492FB6;
}
.BgClassName
{
background-color: #492FB6;
}
</style>
border-color css
<style>
span { border-color: #492FB6; }
span { border-color: rgb(73,47,182); }
td.TdClassName
{
border-color: #492FB6;
}
.TagClassName
{
border-color: #492FB6;
}
</style>