Shades of Purple Heart #510ED2
Tints of Purple Heart #510ED2
RGB
CMYK
RGB Variations
Color information
#510ED2 (or 0x510ED2) is known color: Purple Heart. HEX triplet: 51, 0E and D2. RGB value is (81,14,210). Sum of RGB (Red+Green+Blue) = 81+14+210=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 210 (82.42% from 255 or 68.85% from 305); Max value from RGB is 210 - color contains mainly: blue. Hex color #510ED2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ED2 is #AEF12D. Grayscale: #373737. Windows color (decimal): -11465006 or 13766225. OLE color: 13766225.
HSL color Cylindrical-coordinate representation of color #510ED2: hue angle of 260.51º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510ED2 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 14 | 210 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.18 |
| HSL | 260.51º | 0.88% | 0.44% | - |
| HSV(B) | 260.51º | 0.93% | 0.82% | - |
| XYZ | 15.18 | 6.72 | 61.47 | - |
| YUV | 56.38 | 214.7 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 210 | 0.61 | 0.93 | 0 | 0.18 | 260.51 | 0.88 | 0.44 |
| Hex | 51 | E | D2 | 3D | 5D | 0 | 12 | 105 | 58 | 2C |
| Octal | 121 | 16 | 322 | 75 | 135 | 0 | 22 | 405 | 130 | 54 |
| Binary | 1010001 | 1110 | 11010010 | 111101 | 1011101 | 0 | 10010 | 100000101 | 1011000 | 101100 |
Color Harmonies of #510ED2
Complementary color
Monochromatic Colors of #510ED2
Black with #510ED2
Text Example
Text Example
White with #510ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510ED2; }
p { color: rgb(81,14,210); }
H1.HeaderClassName
{
color: #510ED2;
}
.AnyTagClassName
{
color: #510ED2;
}
</style>
background-color css
<style>
a { background-color: #510ED2; }
a { background-color: rgb(81,14,210); }
div.DivClassName
{
background-color: #510ED2;
}
.BgClassName
{
background-color: #510ED2;
}
</style>
border-color css
<style>
span { border-color: #510ED2; }
span { border-color: rgb(81,14,210); }
td.TdClassName
{
border-color: #510ED2;
}
.TagClassName
{
border-color: #510ED2;
}
</style>