Shades of Purple Heart #492ECB
Tints of Purple Heart #492ECB
RGB
CMYK
RGB Variations
Color information
#492ECB (or 0x492ECB) is known color: Purple Heart. HEX triplet: 49, 2E and CB. RGB value is (73,46,203). Sum of RGB (Red+Green+Blue) = 73+46+203=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #492ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ECB is #B6D134. Grayscale: #474747. Windows color (decimal): -11981109 or 13315657. OLE color: 13315657.
HSL color Cylindrical-coordinate representation of color #492ECB: hue angle of 250.32º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492ECB is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 46 | 203 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.20 |
| HSL | 250.32º | 0.63% | 0.49% | - |
| HSV(B) | 250.32º | 0.77% | 0.8% | - |
| XYZ | 14.5 | 7.68 | 57.22 | - |
| YUV | 71.97 | 201.95 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 203 | 0.64 | 0.77 | 0 | 0.20 | 250.32 | 0.63 | 0.49 |
| Hex | 49 | 2E | CB | 40 | 4D | 0 | 14 | FA | 3F | 31 |
| Octal | 111 | 56 | 313 | 100 | 115 | 0 | 24 | 372 | 77 | 61 |
| Binary | 1001001 | 101110 | 11001011 | 1000000 | 1001101 | 0 | 10100 | 11111010 | 111111 | 110001 |
Color Harmonies of #492ECB
Complementary color
Monochromatic Colors of #492ECB
Black with #492ECB
Text Example
Text Example
White with #492ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492ECB; }
p { color: rgb(73,46,203); }
H1.HeaderClassName
{
color: #492ECB;
}
.AnyTagClassName
{
color: #492ECB;
}
</style>
background-color css
<style>
a { background-color: #492ECB; }
a { background-color: rgb(73,46,203); }
div.DivClassName
{
background-color: #492ECB;
}
.BgClassName
{
background-color: #492ECB;
}
</style>
border-color css
<style>
span { border-color: #492ECB; }
span { border-color: rgb(73,46,203); }
td.TdClassName
{
border-color: #492ECB;
}
.TagClassName
{
border-color: #492ECB;
}
</style>