Shades of Purple Heart #491ECB
Tints of Purple Heart #491ECB
RGB
CMYK
RGB Variations
Color information
#491ECB (or 0x491ECB) is known color: Purple Heart. HEX triplet: 49, 1E and CB. RGB value is (73,30,203). Sum of RGB (Red+Green+Blue) = 73+30+203=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #491ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ECB is #B6E134. Grayscale: #3D3D3D. Windows color (decimal): -11985205 or 13311561. OLE color: 13311561.
HSL color Cylindrical-coordinate representation of color #491ECB: hue angle of 254.91º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491ECB is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 30 | 203 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.20 |
| HSL | 254.91º | 0.74% | 0.46% | - |
| HSV(B) | 254.91º | 0.85% | 0.8% | - |
| XYZ | 13.99 | 6.66 | 57.05 | - |
| YUV | 62.58 | 207.25 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 203 | 0.64 | 0.85 | 0 | 0.20 | 254.91 | 0.74 | 0.46 |
| Hex | 49 | 1E | CB | 40 | 55 | 0 | 14 | FF | 4A | 2E |
| Octal | 111 | 36 | 313 | 100 | 125 | 0 | 24 | 377 | 112 | 56 |
| Binary | 1001001 | 11110 | 11001011 | 1000000 | 1010101 | 0 | 10100 | 11111111 | 1001010 | 101110 |
Color Harmonies of #491ECB
Complementary color
Monochromatic Colors of #491ECB
Black with #491ECB
Text Example
Text Example
White with #491ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491ECB; }
p { color: rgb(73,30,203); }
H1.HeaderClassName
{
color: #491ECB;
}
.AnyTagClassName
{
color: #491ECB;
}
</style>
background-color css
<style>
a { background-color: #491ECB; }
a { background-color: rgb(73,30,203); }
div.DivClassName
{
background-color: #491ECB;
}
.BgClassName
{
background-color: #491ECB;
}
</style>
border-color css
<style>
span { border-color: #491ECB; }
span { border-color: rgb(73,30,203); }
td.TdClassName
{
border-color: #491ECB;
}
.TagClassName
{
border-color: #491ECB;
}
</style>