Shades of Purple Heart #5A11A6
Tints of Purple Heart #5A11A6
RGB
CMYK
RGB Variations
Color information
#5A11A6 (or 0x5A11A6) is known color: Purple Heart. HEX triplet: 5A, 11 and A6. RGB value is (90,17,166). Sum of RGB (Red+Green+Blue) = 90+17+166=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 166 (65.23% from 255 or 60.81% from 273); Max value from RGB is 166 - color contains mainly: blue. Hex color #5A11A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A11A6 is #A5EE59. Grayscale: #373737. Windows color (decimal): -10874458 or 10883418. OLE color: 10883418.
HSL color Cylindrical-coordinate representation of color #5A11A6: hue angle of 269.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A11A6 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 17 | 166 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.35 |
| HSL | 269.4º | 0.81% | 0.36% | - |
| HSV(B) | 269.4º | 0.9% | 0.65% | - |
| XYZ | 11.3 | 5.33 | 36.51 | - |
| YUV | 55.81 | 190.18 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 166 | 0.46 | 0.90 | 0 | 0.35 | 269.4 | 0.81 | 0.36 |
| Hex | 5A | 11 | A6 | 2E | 5A | 0 | 23 | 10D | 51 | 24 |
| Octal | 132 | 21 | 246 | 56 | 132 | 0 | 43 | 415 | 121 | 44 |
| Binary | 1011010 | 10001 | 10100110 | 101110 | 1011010 | 0 | 100011 | 100001101 | 1010001 | 100100 |
Color Harmonies of #5A11A6
Complementary color
Monochromatic Colors of #5A11A6
Black with #5A11A6
Text Example
Text Example
White with #5A11A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A11A6; }
p { color: rgb(90,17,166); }
H1.HeaderClassName
{
color: #5A11A6;
}
.AnyTagClassName
{
color: #5A11A6;
}
</style>
background-color css
<style>
a { background-color: #5A11A6; }
a { background-color: rgb(90,17,166); }
div.DivClassName
{
background-color: #5A11A6;
}
.BgClassName
{
background-color: #5A11A6;
}
</style>
border-color css
<style>
span { border-color: #5A11A6; }
span { border-color: rgb(90,17,166); }
td.TdClassName
{
border-color: #5A11A6;
}
.TagClassName
{
border-color: #5A11A6;
}
</style>