Shades of Purple Heart #512BDA
Tints of Purple Heart #512BDA
RGB
CMYK
RGB Variations
Color information
#512BDA (or 0x512BDA) is known color: Purple Heart. HEX triplet: 51, 2B and DA. RGB value is (81,43,218). Sum of RGB (Red+Green+Blue) = 81+43+218=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #512BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BDA is #AED425. Grayscale: #494949. Windows color (decimal): -11457574 or 14297937. OLE color: 14297937.
HSL color Cylindrical-coordinate representation of color #512BDA: hue angle of 253.03º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512BDA is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 43 | 218 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.15 |
| HSL | 253.03º | 0.7% | 0.51% | - |
| HSV(B) | 253.03º | 0.8% | 0.85% | - |
| XYZ | 16.91 | 8.54 | 67.09 | - |
| YUV | 74.31 | 209.09 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 218 | 0.63 | 0.80 | 0 | 0.15 | 253.03 | 0.7 | 0.51 |
| Hex | 51 | 2B | DA | 3F | 50 | 0 | F | FD | 46 | 33 |
| Octal | 121 | 53 | 332 | 77 | 120 | 0 | 17 | 375 | 106 | 63 |
| Binary | 1010001 | 101011 | 11011010 | 111111 | 1010000 | 0 | 1111 | 11111101 | 1000110 | 110011 |
Color Harmonies of #512BDA
Complementary color
Monochromatic Colors of #512BDA
Black with #512BDA
Text Example
Text Example
White with #512BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512BDA; }
p { color: rgb(81,43,218); }
H1.HeaderClassName
{
color: #512BDA;
}
.AnyTagClassName
{
color: #512BDA;
}
</style>
background-color css
<style>
a { background-color: #512BDA; }
a { background-color: rgb(81,43,218); }
div.DivClassName
{
background-color: #512BDA;
}
.BgClassName
{
background-color: #512BDA;
}
</style>
border-color css
<style>
span { border-color: #512BDA; }
span { border-color: rgb(81,43,218); }
td.TdClassName
{
border-color: #512BDA;
}
.TagClassName
{
border-color: #512BDA;
}
</style>