Shades of Purple Heart #510EB1
Tints of Purple Heart #510EB1
RGB
CMYK
RGB Variations
Color information
#510EB1 (or 0x510EB1) is known color: Purple Heart. HEX triplet: 51, 0E and B1. RGB value is (81,14,177). Sum of RGB (Red+Green+Blue) = 81+14+177=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 177 (69.53% from 255 or 65.07% from 272); Max value from RGB is 177 - color contains mainly: blue. Hex color #510EB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510EB1 is #AEF14E. Grayscale: #343434. Windows color (decimal): -11465039 or 11603537. OLE color: 11603537.
HSL color Cylindrical-coordinate representation of color #510EB1: hue angle of 264.66º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510EB1 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 14 | 177 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.31 |
| HSL | 264.66º | 0.85% | 0.37% | - |
| HSV(B) | 264.66º | 0.92% | 0.69% | - |
| XYZ | 11.49 | 5.24 | 42 | - |
| YUV | 52.62 | 198.2 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 177 | 0.54 | 0.92 | 0 | 0.31 | 264.66 | 0.85 | 0.37 |
| Hex | 51 | E | B1 | 36 | 5C | 0 | 1F | 109 | 55 | 25 |
| Octal | 121 | 16 | 261 | 66 | 134 | 0 | 37 | 411 | 125 | 45 |
| Binary | 1010001 | 1110 | 10110001 | 110110 | 1011100 | 0 | 11111 | 100001001 | 1010101 | 100101 |
Color Harmonies of #510EB1
Complementary color
Monochromatic Colors of #510EB1
Black with #510EB1
Text Example
Text Example
White with #510EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510EB1; }
p { color: rgb(81,14,177); }
H1.HeaderClassName
{
color: #510EB1;
}
.AnyTagClassName
{
color: #510EB1;
}
</style>
background-color css
<style>
a { background-color: #510EB1; }
a { background-color: rgb(81,14,177); }
div.DivClassName
{
background-color: #510EB1;
}
.BgClassName
{
background-color: #510EB1;
}
</style>
border-color css
<style>
span { border-color: #510EB1; }
span { border-color: rgb(81,14,177); }
td.TdClassName
{
border-color: #510EB1;
}
.TagClassName
{
border-color: #510EB1;
}
</style>