Shades of Purple Heart #492ABB
Tints of Purple Heart #492ABB
RGB
CMYK
RGB Variations
Color information
#492ABB (or 0x492ABB) is known color: Purple Heart. HEX triplet: 49, 2A and BB. RGB value is (73,42,187). Sum of RGB (Red+Green+Blue) = 73+42+187=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #492ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ABB is #B6D544. Grayscale: #434343. Windows color (decimal): -11982149 or 12266057. OLE color: 12266057.
HSL color Cylindrical-coordinate representation of color #492ABB: hue angle of 252.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492ABB is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 42 | 187 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.27 |
| HSL | 252.83º | 0.63% | 0.45% | - |
| HSV(B) | 252.83º | 0.78% | 0.73% | - |
| XYZ | 12.55 | 6.66 | 47.64 | - |
| YUV | 67.8 | 195.27 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 187 | 0.61 | 0.78 | 0 | 0.27 | 252.83 | 0.63 | 0.45 |
| Hex | 49 | 2A | BB | 3D | 4E | 0 | 1B | FD | 3F | 2D |
| Octal | 111 | 52 | 273 | 75 | 116 | 0 | 33 | 375 | 77 | 55 |
| Binary | 1001001 | 101010 | 10111011 | 111101 | 1001110 | 0 | 11011 | 11111101 | 111111 | 101101 |
Color Harmonies of #492ABB
Complementary color
Monochromatic Colors of #492ABB
Black with #492ABB
Text Example
Text Example
White with #492ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492ABB; }
p { color: rgb(73,42,187); }
H1.HeaderClassName
{
color: #492ABB;
}
.AnyTagClassName
{
color: #492ABB;
}
</style>
background-color css
<style>
a { background-color: #492ABB; }
a { background-color: rgb(73,42,187); }
div.DivClassName
{
background-color: #492ABB;
}
.BgClassName
{
background-color: #492ABB;
}
</style>
border-color css
<style>
span { border-color: #492ABB; }
span { border-color: rgb(73,42,187); }
td.TdClassName
{
border-color: #492ABB;
}
.TagClassName
{
border-color: #492ABB;
}
</style>