Shades of Purple Heart #512ECB
Tints of Purple Heart #512ECB
RGB
CMYK
RGB Variations
Color information
#512ECB (or 0x512ECB) is known color: Purple Heart. HEX triplet: 51, 2E and CB. RGB value is (81,46,203). Sum of RGB (Red+Green+Blue) = 81+46+203=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #512ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ECB is #AED134. Grayscale: #494949. Windows color (decimal): -11456821 or 13315665. OLE color: 13315665.
HSL color Cylindrical-coordinate representation of color #512ECB: hue angle of 253.38º 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 #512ECB is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 46 | 203 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.20 |
| HSL | 253.38º | 0.63% | 0.49% | - |
| HSV(B) | 253.38º | 0.77% | 0.8% | - |
| XYZ | 15.15 | 8.02 | 57.25 | - |
| YUV | 74.36 | 200.6 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 203 | 0.60 | 0.77 | 0 | 0.20 | 253.38 | 0.63 | 0.49 |
| Hex | 51 | 2E | CB | 3C | 4D | 0 | 14 | FD | 3F | 31 |
| Octal | 121 | 56 | 313 | 74 | 115 | 0 | 24 | 375 | 77 | 61 |
| Binary | 1010001 | 101110 | 11001011 | 111100 | 1001101 | 0 | 10100 | 11111101 | 111111 | 110001 |
Color Harmonies of #512ECB
Complementary color
Monochromatic Colors of #512ECB
Black with #512ECB
Text Example
Text Example
White with #512ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512ECB; }
p { color: rgb(81,46,203); }
H1.HeaderClassName
{
color: #512ECB;
}
.AnyTagClassName
{
color: #512ECB;
}
</style>
background-color css
<style>
a { background-color: #512ECB; }
a { background-color: rgb(81,46,203); }
div.DivClassName
{
background-color: #512ECB;
}
.BgClassName
{
background-color: #512ECB;
}
</style>
border-color css
<style>
span { border-color: #512ECB; }
span { border-color: rgb(81,46,203); }
td.TdClassName
{
border-color: #512ECB;
}
.TagClassName
{
border-color: #512ECB;
}
</style>