Shades of Purple Heart #512FDB
Tints of Purple Heart #512FDB
RGB
CMYK
RGB Variations
Color information
#512FDB (or 0x512FDB) is known color: Purple Heart. HEX triplet: 51, 2F and DB. RGB value is (81,47,219). Sum of RGB (Red+Green+Blue) = 81+47+219=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #512FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FDB is #AED024. Grayscale: #4C4C4C. Windows color (decimal): -11456549 or 14364497. OLE color: 14364497.
HSL color Cylindrical-coordinate representation of color #512FDB: hue angle of 251.86º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512FDB is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 47 | 219 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.14 |
| HSL | 251.86º | 0.7% | 0.52% | - |
| HSV(B) | 251.86º | 0.79% | 0.86% | - |
| XYZ | 17.2 | 8.9 | 67.83 | - |
| YUV | 76.77 | 208.26 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 219 | 0.63 | 0.79 | 0 | 0.14 | 251.86 | 0.7 | 0.52 |
| Hex | 51 | 2F | DB | 3F | 4F | 0 | E | FC | 46 | 34 |
| Octal | 121 | 57 | 333 | 77 | 117 | 0 | 16 | 374 | 106 | 64 |
| Binary | 1010001 | 101111 | 11011011 | 111111 | 1001111 | 0 | 1110 | 11111100 | 1000110 | 110100 |
Color Harmonies of #512FDB
Complementary color
Monochromatic Colors of #512FDB
Black with #512FDB
Text Example
Text Example
White with #512FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FDB; }
p { color: rgb(81,47,219); }
H1.HeaderClassName
{
color: #512FDB;
}
.AnyTagClassName
{
color: #512FDB;
}
</style>
background-color css
<style>
a { background-color: #512FDB; }
a { background-color: rgb(81,47,219); }
div.DivClassName
{
background-color: #512FDB;
}
.BgClassName
{
background-color: #512FDB;
}
</style>
border-color css
<style>
span { border-color: #512FDB; }
span { border-color: rgb(81,47,219); }
td.TdClassName
{
border-color: #512FDB;
}
.TagClassName
{
border-color: #512FDB;
}
</style>