Shades of Purple Heart #512ECF
Tints of Purple Heart #512ECF
RGB
CMYK
RGB Variations
Color information
#512ECF (or 0x512ECF) is known color: Purple Heart. HEX triplet: 51, 2E and CF. RGB value is (81,46,207). Sum of RGB (Red+Green+Blue) = 81+46+207=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #512ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ECF is #AED130. Grayscale: #4A4A4A. Windows color (decimal): -11456817 or 13577809. OLE color: 13577809.
HSL color Cylindrical-coordinate representation of color #512ECF: hue angle of 253.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512ECF is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 46 | 207 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.19 |
| HSL | 253.04º | 0.64% | 0.5% | - |
| HSV(B) | 253.04º | 0.78% | 0.81% | - |
| XYZ | 15.63 | 8.21 | 59.79 | - |
| YUV | 74.82 | 202.6 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 207 | 0.61 | 0.78 | 0 | 0.19 | 253.04 | 0.64 | 0.5 |
| Hex | 51 | 2E | CF | 3D | 4E | 0 | 13 | FD | 40 | 32 |
| Octal | 121 | 56 | 317 | 75 | 116 | 0 | 23 | 375 | 100 | 62 |
| Binary | 1010001 | 101110 | 11001111 | 111101 | 1001110 | 0 | 10011 | 11111101 | 1000000 | 110010 |
Color Harmonies of #512ECF
Complementary color
Monochromatic Colors of #512ECF
Black with #512ECF
Text Example
Text Example
White with #512ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512ECF; }
p { color: rgb(81,46,207); }
H1.HeaderClassName
{
color: #512ECF;
}
.AnyTagClassName
{
color: #512ECF;
}
</style>
background-color css
<style>
a { background-color: #512ECF; }
a { background-color: rgb(81,46,207); }
div.DivClassName
{
background-color: #512ECF;
}
.BgClassName
{
background-color: #512ECF;
}
</style>
border-color css
<style>
span { border-color: #512ECF; }
span { border-color: rgb(81,46,207); }
td.TdClassName
{
border-color: #512ECF;
}
.TagClassName
{
border-color: #512ECF;
}
</style>