Shades of Purple Heart #512DD8
Tints of Purple Heart #512DD8
RGB
CMYK
RGB Variations
Color information
#512DD8 (or 0x512DD8) is known color: Purple Heart. HEX triplet: 51, 2D and D8. RGB value is (81,45,216). Sum of RGB (Red+Green+Blue) = 81+45+216=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 216 (84.77% from 255 or 63.16% from 342); Max value from RGB is 216 - color contains mainly: blue. Hex color #512DD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DD8 is #AED227. Grayscale: #4A4A4A. Windows color (decimal): -11457064 or 14167377. OLE color: 14167377.
HSL color Cylindrical-coordinate representation of color #512DD8: hue angle of 252.63º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512DD8 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 45 | 216 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.15 |
| HSL | 252.63º | 0.69% | 0.51% | - |
| HSV(B) | 252.63º | 0.79% | 0.85% | - |
| XYZ | 16.73 | 8.58 | 65.74 | - |
| YUV | 75.26 | 207.43 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 216 | 0.62 | 0.79 | 0 | 0.15 | 252.63 | 0.69 | 0.51 |
| Hex | 51 | 2D | D8 | 3E | 4F | 0 | F | FD | 45 | 33 |
| Octal | 121 | 55 | 330 | 76 | 117 | 0 | 17 | 375 | 105 | 63 |
| Binary | 1010001 | 101101 | 11011000 | 111110 | 1001111 | 0 | 1111 | 11111101 | 1000101 | 110011 |
Color Harmonies of #512DD8
Complementary color
Monochromatic Colors of #512DD8
Black with #512DD8
Text Example
Text Example
White with #512DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DD8; }
p { color: rgb(81,45,216); }
H1.HeaderClassName
{
color: #512DD8;
}
.AnyTagClassName
{
color: #512DD8;
}
</style>
background-color css
<style>
a { background-color: #512DD8; }
a { background-color: rgb(81,45,216); }
div.DivClassName
{
background-color: #512DD8;
}
.BgClassName
{
background-color: #512DD8;
}
</style>
border-color css
<style>
span { border-color: #512DD8; }
span { border-color: rgb(81,45,216); }
td.TdClassName
{
border-color: #512DD8;
}
.TagClassName
{
border-color: #512DD8;
}
</style>