Shades of Purple Heart #491ECD
Tints of Purple Heart #491ECD
RGB
CMYK
RGB Variations
Color information
#491ECD (or 0x491ECD) is known color: Purple Heart. HEX triplet: 49, 1E and CD. RGB value is (73,30,205). Sum of RGB (Red+Green+Blue) = 73+30+205=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #491ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ECD is #B6E132. Grayscale: #3E3E3E. Windows color (decimal): -11985203 or 13442633. OLE color: 13442633.
HSL color Cylindrical-coordinate representation of color #491ECD: hue angle of 254.74º 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 #491ECD is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 30 | 205 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.20 |
| HSL | 254.74º | 0.74% | 0.46% | - |
| HSV(B) | 254.74º | 0.85% | 0.8% | - |
| XYZ | 14.23 | 6.75 | 58.31 | - |
| YUV | 62.81 | 208.25 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 205 | 0.64 | 0.85 | 0 | 0.20 | 254.74 | 0.74 | 0.46 |
| Hex | 49 | 1E | CD | 40 | 55 | 0 | 14 | FF | 4A | 2E |
| Octal | 111 | 36 | 315 | 100 | 125 | 0 | 24 | 377 | 112 | 56 |
| Binary | 1001001 | 11110 | 11001101 | 1000000 | 1010101 | 0 | 10100 | 11111111 | 1001010 | 101110 |
Color Harmonies of #491ECD
Complementary color
Monochromatic Colors of #491ECD
Black with #491ECD
Text Example
Text Example
White with #491ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491ECD; }
p { color: rgb(73,30,205); }
H1.HeaderClassName
{
color: #491ECD;
}
.AnyTagClassName
{
color: #491ECD;
}
</style>
background-color css
<style>
a { background-color: #491ECD; }
a { background-color: rgb(73,30,205); }
div.DivClassName
{
background-color: #491ECD;
}
.BgClassName
{
background-color: #491ECD;
}
</style>
border-color css
<style>
span { border-color: #491ECD; }
span { border-color: rgb(73,30,205); }
td.TdClassName
{
border-color: #491ECD;
}
.TagClassName
{
border-color: #491ECD;
}
</style>