Shades of Purple Heart #512DBB
Tints of Purple Heart #512DBB
RGB
CMYK
RGB Variations
Color information
#512DBB (or 0x512DBB) is known color: Purple Heart. HEX triplet: 51, 2D and BB. RGB value is (81,45,187). Sum of RGB (Red+Green+Blue) = 81+45+187=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #512DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DBB is #AED244. Grayscale: #474747. Windows color (decimal): -11457093 or 12266833. OLE color: 12266833.
HSL color Cylindrical-coordinate representation of color #512DBB: hue angle of 255.21º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512DBB is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 45 | 187 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.27 |
| HSL | 255.21º | 0.61% | 0.45% | - |
| HSV(B) | 255.21º | 0.76% | 0.73% | - |
| XYZ | 13.3 | 7.21 | 47.71 | - |
| YUV | 71.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 187 | 0.57 | 0.76 | 0 | 0.27 | 255.21 | 0.61 | 0.45 |
| Hex | 51 | 2D | BB | 39 | 4C | 0 | 1B | FF | 3D | 2D |
| Octal | 121 | 55 | 273 | 71 | 114 | 0 | 33 | 377 | 75 | 55 |
| Binary | 1010001 | 101101 | 10111011 | 111001 | 1001100 | 0 | 11011 | 11111111 | 111101 | 101101 |
Color Harmonies of #512DBB
Complementary color
Monochromatic Colors of #512DBB
Black with #512DBB
Text Example
Text Example
White with #512DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DBB; }
p { color: rgb(81,45,187); }
H1.HeaderClassName
{
color: #512DBB;
}
.AnyTagClassName
{
color: #512DBB;
}
</style>
background-color css
<style>
a { background-color: #512DBB; }
a { background-color: rgb(81,45,187); }
div.DivClassName
{
background-color: #512DBB;
}
.BgClassName
{
background-color: #512DBB;
}
</style>
border-color css
<style>
span { border-color: #512DBB; }
span { border-color: rgb(81,45,187); }
td.TdClassName
{
border-color: #512DBB;
}
.TagClassName
{
border-color: #512DBB;
}
</style>