Shades of Purple Heart #511BCB
Tints of Purple Heart #511BCB
RGB
CMYK
RGB Variations
Color information
#511BCB (or 0x511BCB) is known color: Purple Heart. HEX triplet: 51, 1B and CB. RGB value is (81,27,203). Sum of RGB (Red+Green+Blue) = 81+27+203=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #511BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BCB is #AEE434. Grayscale: #3E3E3E. Windows color (decimal): -11461685 or 13310801. OLE color: 13310801.
HSL color Cylindrical-coordinate representation of color #511BCB: hue angle of 258.41º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511BCB is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 27 | 203 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.20 |
| HSL | 258.41º | 0.77% | 0.45% | - |
| HSV(B) | 258.41º | 0.87% | 0.8% | - |
| XYZ | 14.56 | 6.84 | 57.05 | - |
| YUV | 63.21 | 206.89 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 203 | 0.60 | 0.87 | 0 | 0.20 | 258.41 | 0.77 | 0.45 |
| Hex | 51 | 1B | CB | 3C | 57 | 0 | 14 | 102 | 4D | 2D |
| Octal | 121 | 33 | 313 | 74 | 127 | 0 | 24 | 402 | 115 | 55 |
| Binary | 1010001 | 11011 | 11001011 | 111100 | 1010111 | 0 | 10100 | 100000010 | 1001101 | 101101 |
Color Harmonies of #511BCB
Complementary color
Monochromatic Colors of #511BCB
Black with #511BCB
Text Example
Text Example
White with #511BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BCB; }
p { color: rgb(81,27,203); }
H1.HeaderClassName
{
color: #511BCB;
}
.AnyTagClassName
{
color: #511BCB;
}
</style>
background-color css
<style>
a { background-color: #511BCB; }
a { background-color: rgb(81,27,203); }
div.DivClassName
{
background-color: #511BCB;
}
.BgClassName
{
background-color: #511BCB;
}
</style>
border-color css
<style>
span { border-color: #511BCB; }
span { border-color: rgb(81,27,203); }
td.TdClassName
{
border-color: #511BCB;
}
.TagClassName
{
border-color: #511BCB;
}
</style>