Shades of Purple Heart #5A11AD
Tints of Purple Heart #5A11AD
RGB
CMYK
RGB Variations
Color information
#5A11AD (or 0x5A11AD) is known color: Purple Heart. HEX triplet: 5A, 11 and AD. RGB value is (90,17,173). Sum of RGB (Red+Green+Blue) = 90+17+173=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A11AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A11AD is #A5EE52. Grayscale: #383838. Windows color (decimal): -10874451 or 11342170. OLE color: 11342170.
HSL color Cylindrical-coordinate representation of color #5A11AD: hue angle of 268.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A11AD is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 17 | 173 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.32 |
| HSL | 268.08º | 0.82% | 0.37% | - |
| HSV(B) | 268.08º | 0.9% | 0.68% | - |
| XYZ | 11.96 | 5.59 | 39.98 | - |
| YUV | 56.61 | 193.68 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 173 | 0.48 | 0.90 | 0 | 0.32 | 268.08 | 0.82 | 0.37 |
| Hex | 5A | 11 | AD | 30 | 5A | 0 | 20 | 10C | 52 | 25 |
| Octal | 132 | 21 | 255 | 60 | 132 | 0 | 40 | 414 | 122 | 45 |
| Binary | 1011010 | 10001 | 10101101 | 110000 | 1011010 | 0 | 100000 | 100001100 | 1010010 | 100101 |
Color Harmonies of #5A11AD
Complementary color
Monochromatic Colors of #5A11AD
Black with #5A11AD
Text Example
Text Example
White with #5A11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A11AD; }
p { color: rgb(90,17,173); }
H1.HeaderClassName
{
color: #5A11AD;
}
.AnyTagClassName
{
color: #5A11AD;
}
</style>
background-color css
<style>
a { background-color: #5A11AD; }
a { background-color: rgb(90,17,173); }
div.DivClassName
{
background-color: #5A11AD;
}
.BgClassName
{
background-color: #5A11AD;
}
</style>
border-color css
<style>
span { border-color: #5A11AD; }
span { border-color: rgb(90,17,173); }
td.TdClassName
{
border-color: #5A11AD;
}
.TagClassName
{
border-color: #5A11AD;
}
</style>