Shades of Purple Heart #492ABE
Tints of Purple Heart #492ABE
RGB
CMYK
RGB Variations
Color information
#492ABE (or 0x492ABE) is known color: Purple Heart. HEX triplet: 49, 2A and BE. RGB value is (73,42,190). Sum of RGB (Red+Green+Blue) = 73+42+190=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #492ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ABE is #B6D541. Grayscale: #434343. Windows color (decimal): -11982146 or 12462665. OLE color: 12462665.
HSL color Cylindrical-coordinate representation of color #492ABE: hue angle of 252.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492ABE is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 42 | 190 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.25 |
| HSL | 252.57º | 0.64% | 0.45% | - |
| HSV(B) | 252.57º | 0.78% | 0.75% | - |
| XYZ | 12.87 | 6.79 | 49.35 | - |
| YUV | 68.14 | 196.77 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 190 | 0.62 | 0.78 | 0 | 0.25 | 252.57 | 0.64 | 0.45 |
| Hex | 49 | 2A | BE | 3E | 4E | 0 | 19 | FD | 40 | 2D |
| Octal | 111 | 52 | 276 | 76 | 116 | 0 | 31 | 375 | 100 | 55 |
| Binary | 1001001 | 101010 | 10111110 | 111110 | 1001110 | 0 | 11001 | 11111101 | 1000000 | 101101 |
Color Harmonies of #492ABE
Complementary color
Monochromatic Colors of #492ABE
Black with #492ABE
Text Example
Text Example
White with #492ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492ABE; }
p { color: rgb(73,42,190); }
H1.HeaderClassName
{
color: #492ABE;
}
.AnyTagClassName
{
color: #492ABE;
}
</style>
background-color css
<style>
a { background-color: #492ABE; }
a { background-color: rgb(73,42,190); }
div.DivClassName
{
background-color: #492ABE;
}
.BgClassName
{
background-color: #492ABE;
}
</style>
border-color css
<style>
span { border-color: #492ABE; }
span { border-color: rgb(73,42,190); }
td.TdClassName
{
border-color: #492ABE;
}
.TagClassName
{
border-color: #492ABE;
}
</style>