Shades of Purple Heart #5911AD
Tints of Purple Heart #5911AD
RGB
CMYK
RGB Variations
Color information
#5911AD (or 0x5911AD) is known color: Purple Heart. HEX triplet: 59, 11 and AD. RGB value is (89,17,173). Sum of RGB (Red+Green+Blue) = 89+17+173=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #5911AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5911AD is #A6EE52. Grayscale: #373737. Windows color (decimal): -10939987 or 11342169. OLE color: 11342169.
HSL color Cylindrical-coordinate representation of color #5911AD: hue angle of 267.69º 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 #5911AD is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 17 | 173 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.32 |
| HSL | 267.69º | 0.82% | 0.37% | - |
| HSV(B) | 267.69º | 0.9% | 0.68% | - |
| XYZ | 11.86 | 5.54 | 39.98 | - |
| YUV | 56.31 | 193.85 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 173 | 0.49 | 0.90 | 0 | 0.32 | 267.69 | 0.82 | 0.37 |
| Hex | 59 | 11 | AD | 31 | 5A | 0 | 20 | 10C | 52 | 25 |
| Octal | 131 | 21 | 255 | 61 | 132 | 0 | 40 | 414 | 122 | 45 |
| Binary | 1011001 | 10001 | 10101101 | 110001 | 1011010 | 0 | 100000 | 100001100 | 1010010 | 100101 |
Color Harmonies of #5911AD
Complementary color
Monochromatic Colors of #5911AD
Black with #5911AD
Text Example
Text Example
White with #5911AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5911AD; }
p { color: rgb(89,17,173); }
H1.HeaderClassName
{
color: #5911AD;
}
.AnyTagClassName
{
color: #5911AD;
}
</style>
background-color css
<style>
a { background-color: #5911AD; }
a { background-color: rgb(89,17,173); }
div.DivClassName
{
background-color: #5911AD;
}
.BgClassName
{
background-color: #5911AD;
}
</style>
border-color css
<style>
span { border-color: #5911AD; }
span { border-color: rgb(89,17,173); }
td.TdClassName
{
border-color: #5911AD;
}
.TagClassName
{
border-color: #5911AD;
}
</style>