Shades of Purple Heart #512EC7
Tints of Purple Heart #512EC7
RGB
CMYK
RGB Variations
Color information
#512EC7 (or 0x512EC7) is known color: Purple Heart. HEX triplet: 51, 2E and C7. RGB value is (81,46,199). Sum of RGB (Red+Green+Blue) = 81+46+199=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #512EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EC7 is #AED138. Grayscale: #494949. Windows color (decimal): -11456825 or 13053521. OLE color: 13053521.
HSL color Cylindrical-coordinate representation of color #512EC7: hue angle of 253.73º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512EC7 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 46 | 199 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.22 |
| HSL | 253.73º | 0.62% | 0.48% | - |
| HSV(B) | 253.73º | 0.77% | 0.78% | - |
| XYZ | 14.68 | 7.83 | 54.77 | - |
| YUV | 73.91 | 198.6 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 199 | 0.59 | 0.77 | 0 | 0.22 | 253.73 | 0.62 | 0.48 |
| Hex | 51 | 2E | C7 | 3B | 4D | 0 | 16 | FE | 3E | 30 |
| Octal | 121 | 56 | 307 | 73 | 115 | 0 | 26 | 376 | 76 | 60 |
| Binary | 1010001 | 101110 | 11000111 | 111011 | 1001101 | 0 | 10110 | 11111110 | 111110 | 110000 |
Color Harmonies of #512EC7
Complementary color
Monochromatic Colors of #512EC7
Black with #512EC7
Text Example
Text Example
White with #512EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EC7; }
p { color: rgb(81,46,199); }
H1.HeaderClassName
{
color: #512EC7;
}
.AnyTagClassName
{
color: #512EC7;
}
</style>
background-color css
<style>
a { background-color: #512EC7; }
a { background-color: rgb(81,46,199); }
div.DivClassName
{
background-color: #512EC7;
}
.BgClassName
{
background-color: #512EC7;
}
</style>
border-color css
<style>
span { border-color: #512EC7; }
span { border-color: rgb(81,46,199); }
td.TdClassName
{
border-color: #512EC7;
}
.TagClassName
{
border-color: #512EC7;
}
</style>