Shades of Purple Heart #512DBD
Tints of Purple Heart #512DBD
RGB
CMYK
RGB Variations
Color information
#512DBD (or 0x512DBD) is known color: Purple Heart. HEX triplet: 51, 2D and BD. RGB value is (81,45,189). Sum of RGB (Red+Green+Blue) = 81+45+189=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #512DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DBD is #AED242. Grayscale: #474747. Windows color (decimal): -11457091 or 12397905. OLE color: 12397905.
HSL color Cylindrical-coordinate representation of color #512DBD: hue angle of 255º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512DBD is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 45 | 189 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.26 |
| HSL | 255º | 0.62% | 0.46% | - |
| HSV(B) | 255º | 0.76% | 0.74% | - |
| XYZ | 13.52 | 7.3 | 48.84 | - |
| YUV | 72.18 | 193.93 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 189 | 0.57 | 0.76 | 0 | 0.26 | 255 | 0.62 | 0.46 |
| Hex | 51 | 2D | BD | 39 | 4C | 0 | 1A | FF | 3E | 2E |
| Octal | 121 | 55 | 275 | 71 | 114 | 0 | 32 | 377 | 76 | 56 |
| Binary | 1010001 | 101101 | 10111101 | 111001 | 1001100 | 0 | 11010 | 11111111 | 111110 | 101110 |
Color Harmonies of #512DBD
Complementary color
Monochromatic Colors of #512DBD
Black with #512DBD
Text Example
Text Example
White with #512DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DBD; }
p { color: rgb(81,45,189); }
H1.HeaderClassName
{
color: #512DBD;
}
.AnyTagClassName
{
color: #512DBD;
}
</style>
background-color css
<style>
a { background-color: #512DBD; }
a { background-color: rgb(81,45,189); }
div.DivClassName
{
background-color: #512DBD;
}
.BgClassName
{
background-color: #512DBD;
}
</style>
border-color css
<style>
span { border-color: #512DBD; }
span { border-color: rgb(81,45,189); }
td.TdClassName
{
border-color: #512DBD;
}
.TagClassName
{
border-color: #512DBD;
}
</style>