Shades of Purple Heart #511DCB
Tints of Purple Heart #511DCB
RGB
CMYK
RGB Variations
Color information
#511DCB (or 0x511DCB) is known color: Purple Heart. HEX triplet: 51, 1D and CB. RGB value is (81,29,203). Sum of RGB (Red+Green+Blue) = 81+29+203=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #511DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DCB is #AEE234. Grayscale: #3F3F3F. Windows color (decimal): -11461173 or 13311313. OLE color: 13311313.
HSL color Cylindrical-coordinate representation of color #511DCB: hue angle of 257.93º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511DCB is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 29 | 203 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.20 |
| HSL | 257.93º | 0.75% | 0.45% | - |
| HSV(B) | 257.93º | 0.86% | 0.8% | - |
| XYZ | 14.61 | 6.94 | 57.07 | - |
| YUV | 64.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 203 | 0.60 | 0.86 | 0 | 0.20 | 257.93 | 0.75 | 0.45 |
| Hex | 51 | 1D | CB | 3C | 56 | 0 | 14 | 102 | 4B | 2D |
| Octal | 121 | 35 | 313 | 74 | 126 | 0 | 24 | 402 | 113 | 55 |
| Binary | 1010001 | 11101 | 11001011 | 111100 | 1010110 | 0 | 10100 | 100000010 | 1001011 | 101101 |
Color Harmonies of #511DCB
Complementary color
Monochromatic Colors of #511DCB
Black with #511DCB
Text Example
Text Example
White with #511DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DCB; }
p { color: rgb(81,29,203); }
H1.HeaderClassName
{
color: #511DCB;
}
.AnyTagClassName
{
color: #511DCB;
}
</style>
background-color css
<style>
a { background-color: #511DCB; }
a { background-color: rgb(81,29,203); }
div.DivClassName
{
background-color: #511DCB;
}
.BgClassName
{
background-color: #511DCB;
}
</style>
border-color css
<style>
span { border-color: #511DCB; }
span { border-color: rgb(81,29,203); }
td.TdClassName
{
border-color: #511DCB;
}
.TagClassName
{
border-color: #511DCB;
}
</style>