Shades of Purple Heart #512CDA
Tints of Purple Heart #512CDA
RGB
CMYK
RGB Variations
Color information
#512CDA (or 0x512CDA) is known color: Purple Heart. HEX triplet: 51, 2C and DA. RGB value is (81,44,218). Sum of RGB (Red+Green+Blue) = 81+44+218=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #512CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CDA is #AED325. Grayscale: #4A4A4A. Windows color (decimal): -11457318 or 14298193. OLE color: 14298193.
HSL color Cylindrical-coordinate representation of color #512CDA: hue angle of 252.76º 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 #512CDA is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 44 | 218 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.15 |
| HSL | 252.76º | 0.7% | 0.51% | - |
| HSV(B) | 252.76º | 0.8% | 0.85% | - |
| XYZ | 16.95 | 8.61 | 67.1 | - |
| YUV | 74.9 | 208.76 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 218 | 0.63 | 0.80 | 0 | 0.15 | 252.76 | 0.7 | 0.51 |
| Hex | 51 | 2C | DA | 3F | 50 | 0 | F | FD | 46 | 33 |
| Octal | 121 | 54 | 332 | 77 | 120 | 0 | 17 | 375 | 106 | 63 |
| Binary | 1010001 | 101100 | 11011010 | 111111 | 1010000 | 0 | 1111 | 11111101 | 1000110 | 110011 |
Color Harmonies of #512CDA
Complementary color
Monochromatic Colors of #512CDA
Black with #512CDA
Text Example
Text Example
White with #512CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CDA; }
p { color: rgb(81,44,218); }
H1.HeaderClassName
{
color: #512CDA;
}
.AnyTagClassName
{
color: #512CDA;
}
</style>
background-color css
<style>
a { background-color: #512CDA; }
a { background-color: rgb(81,44,218); }
div.DivClassName
{
background-color: #512CDA;
}
.BgClassName
{
background-color: #512CDA;
}
</style>
border-color css
<style>
span { border-color: #512CDA; }
span { border-color: rgb(81,44,218); }
td.TdClassName
{
border-color: #512CDA;
}
.TagClassName
{
border-color: #512CDA;
}
</style>