Shades of Purple Heart #511EC9
Tints of Purple Heart #511EC9
RGB
CMYK
RGB Variations
Color information
#511EC9 (or 0x511EC9) is known color: Purple Heart. HEX triplet: 51, 1E and C9. RGB value is (81,30,201). Sum of RGB (Red+Green+Blue) = 81+30+201=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 201 (78.91% from 255 or 64.42% from 312); Max value from RGB is 201 - color contains mainly: blue. Hex color #511EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511EC9 is #AEE136. Grayscale: #404040. Windows color (decimal): -11460919 or 13180497. OLE color: 13180497.
HSL color Cylindrical-coordinate representation of color #511EC9: hue angle of 257.89º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511EC9 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 30 | 201 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.21 |
| HSL | 257.89º | 0.74% | 0.45% | - |
| HSV(B) | 257.89º | 0.85% | 0.79% | - |
| XYZ | 14.4 | 6.89 | 55.83 | - |
| YUV | 64.74 | 204.9 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 201 | 0.60 | 0.85 | 0 | 0.21 | 257.89 | 0.74 | 0.45 |
| Hex | 51 | 1E | C9 | 3C | 55 | 0 | 15 | 102 | 4A | 2D |
| Octal | 121 | 36 | 311 | 74 | 125 | 0 | 25 | 402 | 112 | 55 |
| Binary | 1010001 | 11110 | 11001001 | 111100 | 1010101 | 0 | 10101 | 100000010 | 1001010 | 101101 |
Color Harmonies of #511EC9
Complementary color
Monochromatic Colors of #511EC9
Black with #511EC9
Text Example
Text Example
White with #511EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511EC9; }
p { color: rgb(81,30,201); }
H1.HeaderClassName
{
color: #511EC9;
}
.AnyTagClassName
{
color: #511EC9;
}
</style>
background-color css
<style>
a { background-color: #511EC9; }
a { background-color: rgb(81,30,201); }
div.DivClassName
{
background-color: #511EC9;
}
.BgClassName
{
background-color: #511EC9;
}
</style>
border-color css
<style>
span { border-color: #511EC9; }
span { border-color: rgb(81,30,201); }
td.TdClassName
{
border-color: #511EC9;
}
.TagClassName
{
border-color: #511EC9;
}
</style>