Shades of Purple Heart #511CCD
Tints of Purple Heart #511CCD
RGB
CMYK
RGB Variations
Color information
#511CCD (or 0x511CCD) is known color: Purple Heart. HEX triplet: 51, 1C and CD. RGB value is (81,28,205). Sum of RGB (Red+Green+Blue) = 81+28+205=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #511CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CCD is #AEE332. Grayscale: #3F3F3F. Windows color (decimal): -11461427 or 13442129. OLE color: 13442129.
HSL color Cylindrical-coordinate representation of color #511CCD: hue angle of 257.97º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511CCD is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 28 | 205 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.20 |
| HSL | 257.97º | 0.76% | 0.46% | - |
| HSV(B) | 257.97º | 0.86% | 0.8% | - |
| XYZ | 14.83 | 6.99 | 58.32 | - |
| YUV | 64.03 | 207.56 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 205 | 0.60 | 0.86 | 0 | 0.20 | 257.97 | 0.76 | 0.46 |
| Hex | 51 | 1C | CD | 3C | 56 | 0 | 14 | 102 | 4C | 2E |
| Octal | 121 | 34 | 315 | 74 | 126 | 0 | 24 | 402 | 114 | 56 |
| Binary | 1010001 | 11100 | 11001101 | 111100 | 1010110 | 0 | 10100 | 100000010 | 1001100 | 101110 |
Color Harmonies of #511CCD
Complementary color
Monochromatic Colors of #511CCD
Black with #511CCD
Text Example
Text Example
White with #511CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511CCD; }
p { color: rgb(81,28,205); }
H1.HeaderClassName
{
color: #511CCD;
}
.AnyTagClassName
{
color: #511CCD;
}
</style>
background-color css
<style>
a { background-color: #511CCD; }
a { background-color: rgb(81,28,205); }
div.DivClassName
{
background-color: #511CCD;
}
.BgClassName
{
background-color: #511CCD;
}
</style>
border-color css
<style>
span { border-color: #511CCD; }
span { border-color: rgb(81,28,205); }
td.TdClassName
{
border-color: #511CCD;
}
.TagClassName
{
border-color: #511CCD;
}
</style>