Shades of Purple Heart #511AD0
Tints of Purple Heart #511AD0
RGB
CMYK
RGB Variations
Color information
#511AD0 (or 0x511AD0) is known color: Purple Heart. HEX triplet: 51, 1A and D0. RGB value is (81,26,208). Sum of RGB (Red+Green+Blue) = 81+26+208=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 208 (81.64% from 255 or 66.03% from 315); Max value from RGB is 208 - color contains mainly: blue. Hex color #511AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511AD0 is #AEE52F. Grayscale: #3E3E3E. Windows color (decimal): -11461936 or 13638225. OLE color: 13638225.
HSL color Cylindrical-coordinate representation of color #511AD0: hue angle of 258.13º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511AD0 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 26 | 208 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.18 |
| HSL | 258.13º | 0.78% | 0.46% | - |
| HSV(B) | 258.13º | 0.88% | 0.82% | - |
| XYZ | 15.15 | 7.04 | 60.24 | - |
| YUV | 63.19 | 209.72 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 208 | 0.61 | 0.88 | 0 | 0.18 | 258.13 | 0.78 | 0.46 |
| Hex | 51 | 1A | D0 | 3D | 58 | 0 | 12 | 102 | 4E | 2E |
| Octal | 121 | 32 | 320 | 75 | 130 | 0 | 22 | 402 | 116 | 56 |
| Binary | 1010001 | 11010 | 11010000 | 111101 | 1011000 | 0 | 10010 | 100000010 | 1001110 | 101110 |
Color Harmonies of #511AD0
Complementary color
Monochromatic Colors of #511AD0
Black with #511AD0
Text Example
Text Example
White with #511AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511AD0; }
p { color: rgb(81,26,208); }
H1.HeaderClassName
{
color: #511AD0;
}
.AnyTagClassName
{
color: #511AD0;
}
</style>
background-color css
<style>
a { background-color: #511AD0; }
a { background-color: rgb(81,26,208); }
div.DivClassName
{
background-color: #511AD0;
}
.BgClassName
{
background-color: #511AD0;
}
</style>
border-color css
<style>
span { border-color: #511AD0; }
span { border-color: rgb(81,26,208); }
td.TdClassName
{
border-color: #511AD0;
}
.TagClassName
{
border-color: #511AD0;
}
</style>