Shades of Purple Heart #511ECC
Tints of Purple Heart #511ECC
RGB
CMYK
RGB Variations
Color information
#511ECC (or 0x511ECC) is known color: Purple Heart. HEX triplet: 51, 1E and CC. RGB value is (81,30,204). Sum of RGB (Red+Green+Blue) = 81+30+204=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #511ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ECC is #AEE133. Grayscale: #404040. Windows color (decimal): -11460916 or 13377105. OLE color: 13377105.
HSL color Cylindrical-coordinate representation of color #511ECC: hue angle of 257.59º 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 #511ECC is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 30 | 204 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.2 |
| HSL | 257.59º | 0.74% | 0.46% | - |
| HSV(B) | 257.59º | 0.85% | 0.8% | - |
| XYZ | 14.76 | 7.04 | 57.71 | - |
| YUV | 65.09 | 206.4 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 204 | 0.60 | 0.85 | 0 | 0.2 | 257.59 | 0.74 | 0.46 |
| Hex | 51 | 1E | CC | 3C | 55 | 0 | 14 | 102 | 4A | 2E |
| Octal | 121 | 36 | 314 | 74 | 125 | 0 | 24 | 402 | 112 | 56 |
| Binary | 1010001 | 11110 | 11001100 | 111100 | 1010101 | 0 | 10100 | 100000010 | 1001010 | 101110 |
Color Harmonies of #511ECC
Complementary color
Monochromatic Colors of #511ECC
Black with #511ECC
Text Example
Text Example
White with #511ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511ECC; }
p { color: rgb(81,30,204); }
H1.HeaderClassName
{
color: #511ECC;
}
.AnyTagClassName
{
color: #511ECC;
}
</style>
background-color css
<style>
a { background-color: #511ECC; }
a { background-color: rgb(81,30,204); }
div.DivClassName
{
background-color: #511ECC;
}
.BgClassName
{
background-color: #511ECC;
}
</style>
border-color css
<style>
span { border-color: #511ECC; }
span { border-color: rgb(81,30,204); }
td.TdClassName
{
border-color: #511ECC;
}
.TagClassName
{
border-color: #511ECC;
}
</style>