Shades of Purple Heart #510AC2
Tints of Purple Heart #510AC2
RGB
CMYK
RGB Variations
Color information
#510AC2 (or 0x510AC2) is known color: Purple Heart. HEX triplet: 51, 0A and C2. RGB value is (81,10,194). Sum of RGB (Red+Green+Blue) = 81+10+194=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 194 (76.17% from 255 or 68.07% from 285); Max value from RGB is 194 - color contains mainly: blue. Hex color #510AC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510AC2 is #AEF53D. Grayscale: #333333. Windows color (decimal): -11466046 or 12716625. OLE color: 12716625.
HSL color Cylindrical-coordinate representation of color #510AC2: hue angle of 263.15º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510AC2 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 10 | 194 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.24 |
| HSL | 263.15º | 0.9% | 0.4% | - |
| HSV(B) | 263.15º | 0.95% | 0.76% | - |
| XYZ | 13.24 | 5.86 | 51.47 | - |
| YUV | 52.21 | 208.02 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 194 | 0.58 | 0.95 | 0 | 0.24 | 263.15 | 0.9 | 0.4 |
| Hex | 51 | A | C2 | 3A | 5F | 0 | 18 | 107 | 5A | 28 |
| Octal | 121 | 12 | 302 | 72 | 137 | 0 | 30 | 407 | 132 | 50 |
| Binary | 1010001 | 1010 | 11000010 | 111010 | 1011111 | 0 | 11000 | 100000111 | 1011010 | 101000 |
Color Harmonies of #510AC2
Complementary color
Monochromatic Colors of #510AC2
Black with #510AC2
Text Example
Text Example
White with #510AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510AC2; }
p { color: rgb(81,10,194); }
H1.HeaderClassName
{
color: #510AC2;
}
.AnyTagClassName
{
color: #510AC2;
}
</style>
background-color css
<style>
a { background-color: #510AC2; }
a { background-color: rgb(81,10,194); }
div.DivClassName
{
background-color: #510AC2;
}
.BgClassName
{
background-color: #510AC2;
}
</style>
border-color css
<style>
span { border-color: #510AC2; }
span { border-color: rgb(81,10,194); }
td.TdClassName
{
border-color: #510AC2;
}
.TagClassName
{
border-color: #510AC2;
}
</style>