Shades of Purple Heart #5A0AB6
Tints of Purple Heart #5A0AB6
RGB
CMYK
RGB Variations
Color information
#5A0AB6 (or 0x5A0AB6) is known color: Purple Heart. HEX triplet: 5A, 0A and B6. RGB value is (90,10,182). Sum of RGB (Red+Green+Blue) = 90+10+182=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 182 (71.48% from 255 or 64.54% from 282); Max value from RGB is 182 - color contains mainly: blue. Hex color #5A0AB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0AB6 is #A5F549. Grayscale: #343434. Windows color (decimal): -10876234 or 11930202. OLE color: 11930202.
HSL color Cylindrical-coordinate representation of color #5A0AB6: hue angle of 267.91º 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 #5A0AB6 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 10 | 182 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.29 |
| HSL | 267.91º | 0.9% | 0.38% | - |
| HSV(B) | 267.91º | 0.95% | 0.71% | - |
| XYZ | 12.77 | 5.77 | 44.7 | - |
| YUV | 53.53 | 200.5 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 182 | 0.51 | 0.95 | 0 | 0.29 | 267.91 | 0.9 | 0.38 |
| Hex | 5A | A | B6 | 33 | 5F | 0 | 1D | 10C | 5A | 26 |
| Octal | 132 | 12 | 266 | 63 | 137 | 0 | 35 | 414 | 132 | 46 |
| Binary | 1011010 | 1010 | 10110110 | 110011 | 1011111 | 0 | 11101 | 100001100 | 1011010 | 100110 |
Color Harmonies of #5A0AB6
Complementary color
Monochromatic Colors of #5A0AB6
Black with #5A0AB6
Text Example
Text Example
White with #5A0AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0AB6; }
p { color: rgb(90,10,182); }
H1.HeaderClassName
{
color: #5A0AB6;
}
.AnyTagClassName
{
color: #5A0AB6;
}
</style>
background-color css
<style>
a { background-color: #5A0AB6; }
a { background-color: rgb(90,10,182); }
div.DivClassName
{
background-color: #5A0AB6;
}
.BgClassName
{
background-color: #5A0AB6;
}
</style>
border-color css
<style>
span { border-color: #5A0AB6; }
span { border-color: rgb(90,10,182); }
td.TdClassName
{
border-color: #5A0AB6;
}
.TagClassName
{
border-color: #5A0AB6;
}
</style>