Shades of Purple Heart #511DBD
Tints of Purple Heart #511DBD
RGB
CMYK
RGB Variations
Color information
#511DBD (or 0x511DBD) is known color: Purple Heart. HEX triplet: 51, 1D and BD. RGB value is (81,29,189). Sum of RGB (Red+Green+Blue) = 81+29+189=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #511DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DBD is #AEE242. Grayscale: #3E3E3E. Windows color (decimal): -11461187 or 12393809. OLE color: 12393809.
HSL color Cylindrical-coordinate representation of color #511DBD: hue angle of 259.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511DBD is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 29 | 189 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.26 |
| HSL | 259.5º | 0.73% | 0.43% | - |
| HSV(B) | 259.5º | 0.85% | 0.74% | - |
| XYZ | 13.02 | 6.3 | 48.67 | - |
| YUV | 62.79 | 199.23 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 189 | 0.57 | 0.85 | 0 | 0.26 | 259.5 | 0.73 | 0.43 |
| Hex | 51 | 1D | BD | 39 | 55 | 0 | 1A | 104 | 49 | 2B |
| Octal | 121 | 35 | 275 | 71 | 125 | 0 | 32 | 404 | 111 | 53 |
| Binary | 1010001 | 11101 | 10111101 | 111001 | 1010101 | 0 | 11010 | 100000100 | 1001001 | 101011 |
Color Harmonies of #511DBD
Complementary color
Monochromatic Colors of #511DBD
Black with #511DBD
Text Example
Text Example
White with #511DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DBD; }
p { color: rgb(81,29,189); }
H1.HeaderClassName
{
color: #511DBD;
}
.AnyTagClassName
{
color: #511DBD;
}
</style>
background-color css
<style>
a { background-color: #511DBD; }
a { background-color: rgb(81,29,189); }
div.DivClassName
{
background-color: #511DBD;
}
.BgClassName
{
background-color: #511DBD;
}
</style>
border-color css
<style>
span { border-color: #511DBD; }
span { border-color: rgb(81,29,189); }
td.TdClassName
{
border-color: #511DBD;
}
.TagClassName
{
border-color: #511DBD;
}
</style>