Shades of Purple Heart #511AD5
Tints of Purple Heart #511AD5
RGB
CMYK
RGB Variations
Color information
#511AD5 (or 0x511AD5) is known color: Purple Heart. HEX triplet: 51, 1A and D5. RGB value is (81,26,213). Sum of RGB (Red+Green+Blue) = 81+26+213=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 213 (83.59% from 255 or 66.56% from 320); Max value from RGB is 213 - color contains mainly: blue. Hex color #511AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511AD5 is #AEE52A. Grayscale: #3F3F3F. Windows color (decimal): -11461931 or 13965905. OLE color: 13965905.
HSL color Cylindrical-coordinate representation of color #511AD5: hue angle of 257.65º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511AD5 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 26 | 213 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.16 |
| HSL | 257.65º | 0.78% | 0.47% | - |
| HSV(B) | 257.65º | 0.88% | 0.84% | - |
| XYZ | 15.77 | 7.29 | 63.53 | - |
| YUV | 63.76 | 212.22 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 213 | 0.62 | 0.88 | 0 | 0.16 | 257.65 | 0.78 | 0.47 |
| Hex | 51 | 1A | D5 | 3E | 58 | 0 | 10 | 102 | 4E | 2F |
| Octal | 121 | 32 | 325 | 76 | 130 | 0 | 20 | 402 | 116 | 57 |
| Binary | 1010001 | 11010 | 11010101 | 111110 | 1011000 | 0 | 10000 | 100000010 | 1001110 | 101111 |
Color Harmonies of #511AD5
Complementary color
Monochromatic Colors of #511AD5
Black with #511AD5
Text Example
Text Example
White with #511AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511AD5; }
p { color: rgb(81,26,213); }
H1.HeaderClassName
{
color: #511AD5;
}
.AnyTagClassName
{
color: #511AD5;
}
</style>
background-color css
<style>
a { background-color: #511AD5; }
a { background-color: rgb(81,26,213); }
div.DivClassName
{
background-color: #511AD5;
}
.BgClassName
{
background-color: #511AD5;
}
</style>
border-color css
<style>
span { border-color: #511AD5; }
span { border-color: rgb(81,26,213); }
td.TdClassName
{
border-color: #511AD5;
}
.TagClassName
{
border-color: #511AD5;
}
</style>