Shades of Purple Heart #5A11AB
Tints of Purple Heart #5A11AB
RGB
CMYK
RGB Variations
Color information
#5A11AB (or 0x5A11AB) is known color: Purple Heart. HEX triplet: 5A, 11 and AB. RGB value is (90,17,171). Sum of RGB (Red+Green+Blue) = 90+17+171=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A11AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A11AB is #A5EE54. Grayscale: #373737. Windows color (decimal): -10874453 or 11211098. OLE color: 11211098.
HSL color Cylindrical-coordinate representation of color #5A11AB: hue angle of 268.44º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A11AB is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 17 | 171 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.33 |
| HSL | 268.44º | 0.82% | 0.37% | - |
| HSV(B) | 268.44º | 0.9% | 0.67% | - |
| XYZ | 11.77 | 5.51 | 38.97 | - |
| YUV | 56.38 | 192.68 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 171 | 0.47 | 0.90 | 0 | 0.33 | 268.44 | 0.82 | 0.37 |
| Hex | 5A | 11 | AB | 2F | 5A | 0 | 21 | 10C | 52 | 25 |
| Octal | 132 | 21 | 253 | 57 | 132 | 0 | 41 | 414 | 122 | 45 |
| Binary | 1011010 | 10001 | 10101011 | 101111 | 1011010 | 0 | 100001 | 100001100 | 1010010 | 100101 |
Color Harmonies of #5A11AB
Complementary color
Monochromatic Colors of #5A11AB
Black with #5A11AB
Text Example
Text Example
White with #5A11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A11AB; }
p { color: rgb(90,17,171); }
H1.HeaderClassName
{
color: #5A11AB;
}
.AnyTagClassName
{
color: #5A11AB;
}
</style>
background-color css
<style>
a { background-color: #5A11AB; }
a { background-color: rgb(90,17,171); }
div.DivClassName
{
background-color: #5A11AB;
}
.BgClassName
{
background-color: #5A11AB;
}
</style>
border-color css
<style>
span { border-color: #5A11AB; }
span { border-color: rgb(90,17,171); }
td.TdClassName
{
border-color: #5A11AB;
}
.TagClassName
{
border-color: #5A11AB;
}
</style>