Shades of Purple Heart #511BC6
Tints of Purple Heart #511BC6
RGB
CMYK
RGB Variations
Color information
#511BC6 (or 0x511BC6) is known color: Purple Heart. HEX triplet: 51, 1B and C6. RGB value is (81,27,198). Sum of RGB (Red+Green+Blue) = 81+27+198=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 198 (77.73% from 255 or 64.71% from 306); Max value from RGB is 198 - color contains mainly: blue. Hex color #511BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BC6 is #AEE439. Grayscale: #3E3E3E. Windows color (decimal): -11461690 or 12983121. OLE color: 12983121.
HSL color Cylindrical-coordinate representation of color #511BC6: hue angle of 258.95º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511BC6 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 27 | 198 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.22 |
| HSL | 258.95º | 0.76% | 0.44% | - |
| HSV(B) | 258.95º | 0.86% | 0.78% | - |
| XYZ | 13.98 | 6.61 | 53.97 | - |
| YUV | 62.64 | 204.39 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 198 | 0.59 | 0.86 | 0 | 0.22 | 258.95 | 0.76 | 0.44 |
| Hex | 51 | 1B | C6 | 3B | 56 | 0 | 16 | 103 | 4C | 2C |
| Octal | 121 | 33 | 306 | 73 | 126 | 0 | 26 | 403 | 114 | 54 |
| Binary | 1010001 | 11011 | 11000110 | 111011 | 1010110 | 0 | 10110 | 100000011 | 1001100 | 101100 |
Color Harmonies of #511BC6
Complementary color
Monochromatic Colors of #511BC6
Black with #511BC6
Text Example
Text Example
White with #511BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BC6; }
p { color: rgb(81,27,198); }
H1.HeaderClassName
{
color: #511BC6;
}
.AnyTagClassName
{
color: #511BC6;
}
</style>
background-color css
<style>
a { background-color: #511BC6; }
a { background-color: rgb(81,27,198); }
div.DivClassName
{
background-color: #511BC6;
}
.BgClassName
{
background-color: #511BC6;
}
</style>
border-color css
<style>
span { border-color: #511BC6; }
span { border-color: rgb(81,27,198); }
td.TdClassName
{
border-color: #511BC6;
}
.TagClassName
{
border-color: #511BC6;
}
</style>