Shades of Purple Heart #511EBB
Tints of Purple Heart #511EBB
RGB
CMYK
RGB Variations
Color information
#511EBB (or 0x511EBB) is known color: Purple Heart. HEX triplet: 51, 1E and BB. RGB value is (81,30,187). Sum of RGB (Red+Green+Blue) = 81+30+187=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #511EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511EBB is #AEE144. Grayscale: #3E3E3E. Windows color (decimal): -11460933 or 12262993. OLE color: 12262993.
HSL color Cylindrical-coordinate representation of color #511EBB: hue angle of 259.49º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511EBB is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 30 | 187 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.27 |
| HSL | 259.49º | 0.72% | 0.43% | - |
| HSV(B) | 259.49º | 0.84% | 0.73% | - |
| XYZ | 12.83 | 6.27 | 47.55 | - |
| YUV | 63.15 | 197.9 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 187 | 0.57 | 0.84 | 0 | 0.27 | 259.49 | 0.72 | 0.43 |
| Hex | 51 | 1E | BB | 39 | 54 | 0 | 1B | 103 | 48 | 2B |
| Octal | 121 | 36 | 273 | 71 | 124 | 0 | 33 | 403 | 110 | 53 |
| Binary | 1010001 | 11110 | 10111011 | 111001 | 1010100 | 0 | 11011 | 100000011 | 1001000 | 101011 |
Color Harmonies of #511EBB
Complementary color
Monochromatic Colors of #511EBB
Black with #511EBB
Text Example
Text Example
White with #511EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511EBB; }
p { color: rgb(81,30,187); }
H1.HeaderClassName
{
color: #511EBB;
}
.AnyTagClassName
{
color: #511EBB;
}
</style>
background-color css
<style>
a { background-color: #511EBB; }
a { background-color: rgb(81,30,187); }
div.DivClassName
{
background-color: #511EBB;
}
.BgClassName
{
background-color: #511EBB;
}
</style>
border-color css
<style>
span { border-color: #511EBB; }
span { border-color: rgb(81,30,187); }
td.TdClassName
{
border-color: #511EBB;
}
.TagClassName
{
border-color: #511EBB;
}
</style>