Shades of Purple Heart #512AD8
Tints of Purple Heart #512AD8
RGB
CMYK
RGB Variations
Color information
#512AD8 (or 0x512AD8) is known color: Purple Heart. HEX triplet: 51, 2A and D8. RGB value is (81,42,216). Sum of RGB (Red+Green+Blue) = 81+42+216=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 216 (84.77% from 255 or 63.72% from 339); Max value from RGB is 216 - color contains mainly: blue. Hex color #512AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512AD8 is #AED527. Grayscale: #484848. Windows color (decimal): -11457832 or 14166609. OLE color: 14166609.
HSL color Cylindrical-coordinate representation of color #512AD8: hue angle of 253.45º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512AD8 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 42 | 216 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.15 |
| HSL | 253.45º | 0.69% | 0.51% | - |
| HSV(B) | 253.45º | 0.81% | 0.85% | - |
| XYZ | 16.62 | 8.36 | 65.7 | - |
| YUV | 73.5 | 208.42 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 216 | 0.62 | 0.81 | 0 | 0.15 | 253.45 | 0.69 | 0.51 |
| Hex | 51 | 2A | D8 | 3E | 51 | 0 | F | FD | 45 | 33 |
| Octal | 121 | 52 | 330 | 76 | 121 | 0 | 17 | 375 | 105 | 63 |
| Binary | 1010001 | 101010 | 11011000 | 111110 | 1010001 | 0 | 1111 | 11111101 | 1000101 | 110011 |
Color Harmonies of #512AD8
Complementary color
Monochromatic Colors of #512AD8
Black with #512AD8
Text Example
Text Example
White with #512AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512AD8; }
p { color: rgb(81,42,216); }
H1.HeaderClassName
{
color: #512AD8;
}
.AnyTagClassName
{
color: #512AD8;
}
</style>
background-color css
<style>
a { background-color: #512AD8; }
a { background-color: rgb(81,42,216); }
div.DivClassName
{
background-color: #512AD8;
}
.BgClassName
{
background-color: #512AD8;
}
</style>
border-color css
<style>
span { border-color: #512AD8; }
span { border-color: rgb(81,42,216); }
td.TdClassName
{
border-color: #512AD8;
}
.TagClassName
{
border-color: #512AD8;
}
</style>