Shades of Purple Heart #512EDB
Tints of Purple Heart #512EDB
RGB
CMYK
RGB Variations
Color information
#512EDB (or 0x512EDB) is known color: Purple Heart. HEX triplet: 51, 2E and DB. RGB value is (81,46,219). Sum of RGB (Red+Green+Blue) = 81+46+219=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #512EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EDB is #AED124. Grayscale: #4B4B4B. Windows color (decimal): -11456805 or 14364241. OLE color: 14364241.
HSL color Cylindrical-coordinate representation of color #512EDB: hue angle of 252.14º degrees, saturation: 0.71, 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 #512EDB is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 46 | 219 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.14 |
| HSL | 252.14º | 0.71% | 0.52% | - |
| HSV(B) | 252.14º | 0.79% | 0.86% | - |
| XYZ | 17.16 | 8.82 | 67.82 | - |
| YUV | 76.19 | 208.6 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 219 | 0.63 | 0.79 | 0 | 0.14 | 252.14 | 0.71 | 0.52 |
| Hex | 51 | 2E | DB | 3F | 4F | 0 | E | FC | 47 | 34 |
| Octal | 121 | 56 | 333 | 77 | 117 | 0 | 16 | 374 | 107 | 64 |
| Binary | 1010001 | 101110 | 11011011 | 111111 | 1001111 | 0 | 1110 | 11111100 | 1000111 | 110100 |
Color Harmonies of #512EDB
Complementary color
Monochromatic Colors of #512EDB
Black with #512EDB
Text Example
Text Example
White with #512EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EDB; }
p { color: rgb(81,46,219); }
H1.HeaderClassName
{
color: #512EDB;
}
.AnyTagClassName
{
color: #512EDB;
}
</style>
background-color css
<style>
a { background-color: #512EDB; }
a { background-color: rgb(81,46,219); }
div.DivClassName
{
background-color: #512EDB;
}
.BgClassName
{
background-color: #512EDB;
}
</style>
border-color css
<style>
span { border-color: #512EDB; }
span { border-color: rgb(81,46,219); }
td.TdClassName
{
border-color: #512EDB;
}
.TagClassName
{
border-color: #512EDB;
}
</style>