Shades of Purple Heart #510BC2
Tints of Purple Heart #510BC2
RGB
CMYK
RGB Variations
Color information
#510BC2 (or 0x510BC2) is known color: Purple Heart. HEX triplet: 51, 0B and C2. RGB value is (81,11,194). Sum of RGB (Red+Green+Blue) = 81+11+194=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 194 (76.17% from 255 or 67.83% from 286); Max value from RGB is 194 - color contains mainly: blue. Hex color #510BC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BC2 is #AEF43D. Grayscale: #343434. Windows color (decimal): -11465790 or 12716881. OLE color: 12716881.
HSL color Cylindrical-coordinate representation of color #510BC2: hue angle of 262.95º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510BC2 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 11 | 194 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.24 |
| HSL | 262.95º | 0.89% | 0.4% | - |
| HSV(B) | 262.95º | 0.94% | 0.76% | - |
| XYZ | 13.25 | 5.88 | 51.48 | - |
| YUV | 52.79 | 207.69 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 194 | 0.58 | 0.94 | 0 | 0.24 | 262.95 | 0.89 | 0.4 |
| Hex | 51 | B | C2 | 3A | 5E | 0 | 18 | 107 | 59 | 28 |
| Octal | 121 | 13 | 302 | 72 | 136 | 0 | 30 | 407 | 131 | 50 |
| Binary | 1010001 | 1011 | 11000010 | 111010 | 1011110 | 0 | 11000 | 100000111 | 1011001 | 101000 |
Color Harmonies of #510BC2
Complementary color
Monochromatic Colors of #510BC2
Black with #510BC2
Text Example
Text Example
White with #510BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510BC2; }
p { color: rgb(81,11,194); }
H1.HeaderClassName
{
color: #510BC2;
}
.AnyTagClassName
{
color: #510BC2;
}
</style>
background-color css
<style>
a { background-color: #510BC2; }
a { background-color: rgb(81,11,194); }
div.DivClassName
{
background-color: #510BC2;
}
.BgClassName
{
background-color: #510BC2;
}
</style>
border-color css
<style>
span { border-color: #510BC2; }
span { border-color: rgb(81,11,194); }
td.TdClassName
{
border-color: #510BC2;
}
.TagClassName
{
border-color: #510BC2;
}
</style>