Shades of Purple Heart #492BBB
Tints of Purple Heart #492BBB
RGB
CMYK
RGB Variations
Color information
#492BBB (or 0x492BBB) is known color: Purple Heart. HEX triplet: 49, 2B and BB. RGB value is (73,43,187). Sum of RGB (Red+Green+Blue) = 73+43+187=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #492BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BBB is #B6D444. Grayscale: #434343. Windows color (decimal): -11981893 or 12266313. OLE color: 12266313.
HSL color Cylindrical-coordinate representation of color #492BBB: hue angle of 252.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492BBB is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 43 | 187 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.27 |
| HSL | 252.5º | 0.63% | 0.45% | - |
| HSV(B) | 252.5º | 0.77% | 0.73% | - |
| XYZ | 12.58 | 6.73 | 47.65 | - |
| YUV | 68.39 | 194.94 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 187 | 0.61 | 0.77 | 0 | 0.27 | 252.5 | 0.63 | 0.45 |
| Hex | 49 | 2B | BB | 3D | 4D | 0 | 1B | FD | 3F | 2D |
| Octal | 111 | 53 | 273 | 75 | 115 | 0 | 33 | 375 | 77 | 55 |
| Binary | 1001001 | 101011 | 10111011 | 111101 | 1001101 | 0 | 11011 | 11111101 | 111111 | 101101 |
Color Harmonies of #492BBB
Complementary color
Monochromatic Colors of #492BBB
Black with #492BBB
Text Example
Text Example
White with #492BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BBB; }
p { color: rgb(73,43,187); }
H1.HeaderClassName
{
color: #492BBB;
}
.AnyTagClassName
{
color: #492BBB;
}
</style>
background-color css
<style>
a { background-color: #492BBB; }
a { background-color: rgb(73,43,187); }
div.DivClassName
{
background-color: #492BBB;
}
.BgClassName
{
background-color: #492BBB;
}
</style>
border-color css
<style>
span { border-color: #492BBB; }
span { border-color: rgb(73,43,187); }
td.TdClassName
{
border-color: #492BBB;
}
.TagClassName
{
border-color: #492BBB;
}
</style>