Shades of Purple Heart #512ADA
Tints of Purple Heart #512ADA
RGB
CMYK
RGB Variations
Color information
#512ADA (or 0x512ADA) is known color: Purple Heart. HEX triplet: 51, 2A and DA. RGB value is (81,42,218). Sum of RGB (Red+Green+Blue) = 81+42+218=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #512ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ADA is #AED525. Grayscale: #494949. Windows color (decimal): -11457830 or 14297681. OLE color: 14297681.
HSL color Cylindrical-coordinate representation of color #512ADA: hue angle of 253.3º degrees, saturation: 0.7, 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 #512ADA is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 42 | 218 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.15 |
| HSL | 253.3º | 0.7% | 0.51% | - |
| HSV(B) | 253.3º | 0.81% | 0.85% | - |
| XYZ | 16.88 | 8.47 | 67.07 | - |
| YUV | 73.73 | 209.42 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 218 | 0.63 | 0.81 | 0 | 0.15 | 253.3 | 0.7 | 0.51 |
| Hex | 51 | 2A | DA | 3F | 51 | 0 | F | FD | 46 | 33 |
| Octal | 121 | 52 | 332 | 77 | 121 | 0 | 17 | 375 | 106 | 63 |
| Binary | 1010001 | 101010 | 11011010 | 111111 | 1010001 | 0 | 1111 | 11111101 | 1000110 | 110011 |
Color Harmonies of #512ADA
Complementary color
Monochromatic Colors of #512ADA
Black with #512ADA
Text Example
Text Example
White with #512ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512ADA; }
p { color: rgb(81,42,218); }
H1.HeaderClassName
{
color: #512ADA;
}
.AnyTagClassName
{
color: #512ADA;
}
</style>
background-color css
<style>
a { background-color: #512ADA; }
a { background-color: rgb(81,42,218); }
div.DivClassName
{
background-color: #512ADA;
}
.BgClassName
{
background-color: #512ADA;
}
</style>
border-color css
<style>
span { border-color: #512ADA; }
span { border-color: rgb(81,42,218); }
td.TdClassName
{
border-color: #512ADA;
}
.TagClassName
{
border-color: #512ADA;
}
</style>