Shades of Purple Heart #511ECD
Tints of Purple Heart #511ECD
RGB
CMYK
RGB Variations
Color information
#511ECD (or 0x511ECD) is known color: Purple Heart. HEX triplet: 51, 1E and CD. RGB value is (81,30,205). Sum of RGB (Red+Green+Blue) = 81+30+205=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #511ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ECD is #AEE132. Grayscale: #404040. Windows color (decimal): -11460915 or 13442641. OLE color: 13442641.
HSL color Cylindrical-coordinate representation of color #511ECD: hue angle of 257.49º 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 #511ECD is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 30 | 205 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.20 |
| HSL | 257.49º | 0.74% | 0.46% | - |
| HSV(B) | 257.49º | 0.85% | 0.8% | - |
| XYZ | 14.88 | 7.09 | 58.34 | - |
| YUV | 65.2 | 206.9 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 205 | 0.60 | 0.85 | 0 | 0.20 | 257.49 | 0.74 | 0.46 |
| Hex | 51 | 1E | CD | 3C | 55 | 0 | 14 | 101 | 4A | 2E |
| Octal | 121 | 36 | 315 | 74 | 125 | 0 | 24 | 401 | 112 | 56 |
| Binary | 1010001 | 11110 | 11001101 | 111100 | 1010101 | 0 | 10100 | 100000001 | 1001010 | 101110 |
Color Harmonies of #511ECD
Complementary color
Monochromatic Colors of #511ECD
Black with #511ECD
Text Example
Text Example
White with #511ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511ECD; }
p { color: rgb(81,30,205); }
H1.HeaderClassName
{
color: #511ECD;
}
.AnyTagClassName
{
color: #511ECD;
}
</style>
background-color css
<style>
a { background-color: #511ECD; }
a { background-color: rgb(81,30,205); }
div.DivClassName
{
background-color: #511ECD;
}
.BgClassName
{
background-color: #511ECD;
}
</style>
border-color css
<style>
span { border-color: #511ECD; }
span { border-color: rgb(81,30,205); }
td.TdClassName
{
border-color: #511ECD;
}
.TagClassName
{
border-color: #511ECD;
}
</style>