Shades of Purple Heart #511BC5
Tints of Purple Heart #511BC5
RGB
CMYK
RGB Variations
Color information
#511BC5 (or 0x511BC5) is known color: Purple Heart. HEX triplet: 51, 1B and C5. RGB value is (81,27,197). Sum of RGB (Red+Green+Blue) = 81+27+197=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 197 (77.34% from 255 or 64.59% from 305); Max value from RGB is 197 - color contains mainly: blue. Hex color #511BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BC5 is #AEE43A. Grayscale: #3D3D3D. Windows color (decimal): -11461691 or 12917585. OLE color: 12917585.
HSL color Cylindrical-coordinate representation of color #511BC5: hue angle of 259.06º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511BC5 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 27 | 197 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.23 |
| HSL | 259.06º | 0.76% | 0.44% | - |
| HSV(B) | 259.06º | 0.86% | 0.77% | - |
| XYZ | 13.86 | 6.56 | 53.36 | - |
| YUV | 62.53 | 203.89 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 197 | 0.59 | 0.86 | 0 | 0.23 | 259.06 | 0.76 | 0.44 |
| Hex | 51 | 1B | C5 | 3B | 56 | 0 | 17 | 103 | 4C | 2C |
| Octal | 121 | 33 | 305 | 73 | 126 | 0 | 27 | 403 | 114 | 54 |
| Binary | 1010001 | 11011 | 11000101 | 111011 | 1010110 | 0 | 10111 | 100000011 | 1001100 | 101100 |
Color Harmonies of #511BC5
Complementary color
Monochromatic Colors of #511BC5
Black with #511BC5
Text Example
Text Example
White with #511BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BC5; }
p { color: rgb(81,27,197); }
H1.HeaderClassName
{
color: #511BC5;
}
.AnyTagClassName
{
color: #511BC5;
}
</style>
background-color css
<style>
a { background-color: #511BC5; }
a { background-color: rgb(81,27,197); }
div.DivClassName
{
background-color: #511BC5;
}
.BgClassName
{
background-color: #511BC5;
}
</style>
border-color css
<style>
span { border-color: #511BC5; }
span { border-color: rgb(81,27,197); }
td.TdClassName
{
border-color: #511BC5;
}
.TagClassName
{
border-color: #511BC5;
}
</style>