Shades of Purple Heart #5919AD
Tints of Purple Heart #5919AD
RGB
CMYK
RGB Variations
Color information
#5919AD (or 0x5919AD) is known color: Purple Heart. HEX triplet: 59, 19 and AD. RGB value is (89,25,173). Sum of RGB (Red+Green+Blue) = 89+25+173=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #5919AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5919AD is #A6E652. Grayscale: #3C3C3C. Windows color (decimal): -10937939 or 11344217. OLE color: 11344217.
HSL color Cylindrical-coordinate representation of color #5919AD: hue angle of 265.95º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5919AD is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 25 | 173 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.32 |
| HSL | 265.95º | 0.75% | 0.39% | - |
| HSV(B) | 265.95º | 0.86% | 0.68% | - |
| XYZ | 12.01 | 5.84 | 40.03 | - |
| YUV | 61.01 | 191.2 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 173 | 0.49 | 0.86 | 0 | 0.32 | 265.95 | 0.75 | 0.39 |
| Hex | 59 | 19 | AD | 31 | 56 | 0 | 20 | 10A | 4B | 27 |
| Octal | 131 | 31 | 255 | 61 | 126 | 0 | 40 | 412 | 113 | 47 |
| Binary | 1011001 | 11001 | 10101101 | 110001 | 1010110 | 0 | 100000 | 100001010 | 1001011 | 100111 |
Color Harmonies of #5919AD
Complementary color
Monochromatic Colors of #5919AD
Black with #5919AD
Text Example
Text Example
White with #5919AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5919AD; }
p { color: rgb(89,25,173); }
H1.HeaderClassName
{
color: #5919AD;
}
.AnyTagClassName
{
color: #5919AD;
}
</style>
background-color css
<style>
a { background-color: #5919AD; }
a { background-color: rgb(89,25,173); }
div.DivClassName
{
background-color: #5919AD;
}
.BgClassName
{
background-color: #5919AD;
}
</style>
border-color css
<style>
span { border-color: #5919AD; }
span { border-color: rgb(89,25,173); }
td.TdClassName
{
border-color: #5919AD;
}
.TagClassName
{
border-color: #5919AD;
}
</style>