Shades of Purple Heart #511CCE
Tints of Purple Heart #511CCE
RGB
CMYK
RGB Variations
Color information
#511CCE (or 0x511CCE) is known color: Purple Heart. HEX triplet: 51, 1C and CE. RGB value is (81,28,206). Sum of RGB (Red+Green+Blue) = 81+28+206=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #511CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CCE is #AEE331. Grayscale: #3F3F3F. Windows color (decimal): -11461426 or 13507665. OLE color: 13507665.
HSL color Cylindrical-coordinate representation of color #511CCE: hue angle of 257.87º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511CCE is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 28 | 206 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.19 |
| HSL | 257.87º | 0.76% | 0.46% | - |
| HSV(B) | 257.87º | 0.86% | 0.81% | - |
| XYZ | 14.95 | 7.04 | 58.96 | - |
| YUV | 64.14 | 208.06 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 206 | 0.61 | 0.86 | 0 | 0.19 | 257.87 | 0.76 | 0.46 |
| Hex | 51 | 1C | CE | 3D | 56 | 0 | 13 | 102 | 4C | 2E |
| Octal | 121 | 34 | 316 | 75 | 126 | 0 | 23 | 402 | 114 | 56 |
| Binary | 1010001 | 11100 | 11001110 | 111101 | 1010110 | 0 | 10011 | 100000010 | 1001100 | 101110 |
Color Harmonies of #511CCE
Complementary color
Monochromatic Colors of #511CCE
Black with #511CCE
Text Example
Text Example
White with #511CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511CCE; }
p { color: rgb(81,28,206); }
H1.HeaderClassName
{
color: #511CCE;
}
.AnyTagClassName
{
color: #511CCE;
}
</style>
background-color css
<style>
a { background-color: #511CCE; }
a { background-color: rgb(81,28,206); }
div.DivClassName
{
background-color: #511CCE;
}
.BgClassName
{
background-color: #511CCE;
}
</style>
border-color css
<style>
span { border-color: #511CCE; }
span { border-color: rgb(81,28,206); }
td.TdClassName
{
border-color: #511CCE;
}
.TagClassName
{
border-color: #511CCE;
}
</style>