Shades of Purple Heart #492CB5
Tints of Purple Heart #492CB5
RGB
CMYK
RGB Variations
Color information
#492CB5 (or 0x492CB5) is known color: Purple Heart. HEX triplet: 49, 2C and B5. RGB value is (73,44,181). Sum of RGB (Red+Green+Blue) = 73+44+181=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 181 (71.09% from 255 or 60.74% from 298); Max value from RGB is 181 - color contains mainly: blue. Hex color #492CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492CB5 is #B6D34A. Grayscale: #434343. Windows color (decimal): -11981643 or 11873353. OLE color: 11873353.
HSL color Cylindrical-coordinate representation of color #492CB5: hue angle of 252.7º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492CB5 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 44 | 181 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.29 |
| HSL | 252.7º | 0.61% | 0.44% | - |
| HSV(B) | 252.7º | 0.76% | 0.71% | - |
| XYZ | 11.99 | 6.55 | 44.35 | - |
| YUV | 68.29 | 191.61 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 181 | 0.60 | 0.76 | 0 | 0.29 | 252.7 | 0.61 | 0.44 |
| Hex | 49 | 2C | B5 | 3C | 4C | 0 | 1D | FD | 3D | 2C |
| Octal | 111 | 54 | 265 | 74 | 114 | 0 | 35 | 375 | 75 | 54 |
| Binary | 1001001 | 101100 | 10110101 | 111100 | 1001100 | 0 | 11101 | 11111101 | 111101 | 101100 |
Color Harmonies of #492CB5
Complementary color
Monochromatic Colors of #492CB5
Black with #492CB5
Text Example
Text Example
White with #492CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492CB5; }
p { color: rgb(73,44,181); }
H1.HeaderClassName
{
color: #492CB5;
}
.AnyTagClassName
{
color: #492CB5;
}
</style>
background-color css
<style>
a { background-color: #492CB5; }
a { background-color: rgb(73,44,181); }
div.DivClassName
{
background-color: #492CB5;
}
.BgClassName
{
background-color: #492CB5;
}
</style>
border-color css
<style>
span { border-color: #492CB5; }
span { border-color: rgb(73,44,181); }
td.TdClassName
{
border-color: #492CB5;
}
.TagClassName
{
border-color: #492CB5;
}
</style>