Shades of Purple Heart #492CB8
Tints of Purple Heart #492CB8
RGB
CMYK
RGB Variations
Color information
#492CB8 (or 0x492CB8) is known color: Purple Heart. HEX triplet: 49, 2C and B8. RGB value is (73,44,184). Sum of RGB (Red+Green+Blue) = 73+44+184=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 184 (72.27% from 255 or 61.13% from 301); Max value from RGB is 184 - color contains mainly: blue. Hex color #492CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492CB8 is #B6D347. Grayscale: #444444. Windows color (decimal): -11981640 or 12069961. OLE color: 12069961.
HSL color Cylindrical-coordinate representation of color #492CB8: hue angle of 252.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492CB8 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 44 | 184 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.28 |
| HSL | 252.43º | 0.61% | 0.45% | - |
| HSV(B) | 252.43º | 0.76% | 0.72% | - |
| XYZ | 12.3 | 6.68 | 45.99 | - |
| YUV | 68.63 | 193.11 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 184 | 0.60 | 0.76 | 0 | 0.28 | 252.43 | 0.61 | 0.45 |
| Hex | 49 | 2C | B8 | 3C | 4C | 0 | 1C | FC | 3D | 2D |
| Octal | 111 | 54 | 270 | 74 | 114 | 0 | 34 | 374 | 75 | 55 |
| Binary | 1001001 | 101100 | 10111000 | 111100 | 1001100 | 0 | 11100 | 11111100 | 111101 | 101101 |
Color Harmonies of #492CB8
Complementary color
Monochromatic Colors of #492CB8
Black with #492CB8
Text Example
Text Example
White with #492CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492CB8; }
p { color: rgb(73,44,184); }
H1.HeaderClassName
{
color: #492CB8;
}
.AnyTagClassName
{
color: #492CB8;
}
</style>
background-color css
<style>
a { background-color: #492CB8; }
a { background-color: rgb(73,44,184); }
div.DivClassName
{
background-color: #492CB8;
}
.BgClassName
{
background-color: #492CB8;
}
</style>
border-color css
<style>
span { border-color: #492CB8; }
span { border-color: rgb(73,44,184); }
td.TdClassName
{
border-color: #492CB8;
}
.TagClassName
{
border-color: #492CB8;
}
</style>