Shades of Purple Heart #510AB6
Tints of Purple Heart #510AB6
RGB
CMYK
RGB Variations
Color information
#510AB6 (or 0x510AB6) is known color: Purple Heart. HEX triplet: 51, 0A and B6. RGB value is (81,10,182). Sum of RGB (Red+Green+Blue) = 81+10+182=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #510AB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510AB6 is #AEF549. Grayscale: #323232. Windows color (decimal): -11466058 or 11930193. OLE color: 11930193.
HSL color Cylindrical-coordinate representation of color #510AB6: hue angle of 264.77º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510AB6 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 10 | 182 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.29 |
| HSL | 264.77º | 0.9% | 0.38% | - |
| HSV(B) | 264.77º | 0.95% | 0.71% | - |
| XYZ | 11.95 | 5.34 | 44.66 | - |
| YUV | 50.84 | 202.02 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 182 | 0.55 | 0.95 | 0 | 0.29 | 264.77 | 0.9 | 0.38 |
| Hex | 51 | A | B6 | 37 | 5F | 0 | 1D | 109 | 5A | 26 |
| Octal | 121 | 12 | 266 | 67 | 137 | 0 | 35 | 411 | 132 | 46 |
| Binary | 1010001 | 1010 | 10110110 | 110111 | 1011111 | 0 | 11101 | 100001001 | 1011010 | 100110 |
Color Harmonies of #510AB6
Complementary color
Monochromatic Colors of #510AB6
Black with #510AB6
Text Example
Text Example
White with #510AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510AB6; }
p { color: rgb(81,10,182); }
H1.HeaderClassName
{
color: #510AB6;
}
.AnyTagClassName
{
color: #510AB6;
}
</style>
background-color css
<style>
a { background-color: #510AB6; }
a { background-color: rgb(81,10,182); }
div.DivClassName
{
background-color: #510AB6;
}
.BgClassName
{
background-color: #510AB6;
}
</style>
border-color css
<style>
span { border-color: #510AB6; }
span { border-color: rgb(81,10,182); }
td.TdClassName
{
border-color: #510AB6;
}
.TagClassName
{
border-color: #510AB6;
}
</style>