Shades of Purple Heart #512FCD
Tints of Purple Heart #512FCD
RGB
CMYK
RGB Variations
Color information
#512FCD (or 0x512FCD) is known color: Purple Heart. HEX triplet: 51, 2F and CD. RGB value is (81,47,205). Sum of RGB (Red+Green+Blue) = 81+47+205=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #512FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FCD is #AED032. Grayscale: #4A4A4A. Windows color (decimal): -11456563 or 13446993. OLE color: 13446993.
HSL color Cylindrical-coordinate representation of color #512FCD: hue angle of 252.91º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512FCD is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 47 | 205 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.20 |
| HSL | 252.91º | 0.63% | 0.49% | - |
| HSV(B) | 252.91º | 0.77% | 0.8% | - |
| XYZ | 15.43 | 8.19 | 58.53 | - |
| YUV | 75.18 | 201.26 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 205 | 0.60 | 0.77 | 0 | 0.20 | 252.91 | 0.63 | 0.49 |
| Hex | 51 | 2F | CD | 3C | 4D | 0 | 14 | FD | 3F | 31 |
| Octal | 121 | 57 | 315 | 74 | 115 | 0 | 24 | 375 | 77 | 61 |
| Binary | 1010001 | 101111 | 11001101 | 111100 | 1001101 | 0 | 10100 | 11111101 | 111111 | 110001 |
Color Harmonies of #512FCD
Complementary color
Monochromatic Colors of #512FCD
Black with #512FCD
Text Example
Text Example
White with #512FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FCD; }
p { color: rgb(81,47,205); }
H1.HeaderClassName
{
color: #512FCD;
}
.AnyTagClassName
{
color: #512FCD;
}
</style>
background-color css
<style>
a { background-color: #512FCD; }
a { background-color: rgb(81,47,205); }
div.DivClassName
{
background-color: #512FCD;
}
.BgClassName
{
background-color: #512FCD;
}
</style>
border-color css
<style>
span { border-color: #512FCD; }
span { border-color: rgb(81,47,205); }
td.TdClassName
{
border-color: #512FCD;
}
.TagClassName
{
border-color: #512FCD;
}
</style>