Shades of Purple Heart #5819AD
Tints of Purple Heart #5819AD
RGB
CMYK
RGB Variations
Color information
#5819AD (or 0x5819AD) is known color: Purple Heart. HEX triplet: 58, 19 and AD. RGB value is (88,25,173). Sum of RGB (Red+Green+Blue) = 88+25+173=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #5819AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5819AD is #A7E652. Grayscale: #3C3C3C. Windows color (decimal): -11003475 or 11344216. OLE color: 11344216.
HSL color Cylindrical-coordinate representation of color #5819AD: hue angle of 265.54º 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 #5819AD is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 25 | 173 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.32 |
| HSL | 265.54º | 0.75% | 0.39% | - |
| HSV(B) | 265.54º | 0.86% | 0.68% | - |
| XYZ | 11.91 | 5.79 | 40.02 | - |
| YUV | 60.71 | 191.37 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 173 | 0.49 | 0.86 | 0 | 0.32 | 265.54 | 0.75 | 0.39 |
| Hex | 58 | 19 | AD | 31 | 56 | 0 | 20 | 10A | 4B | 27 |
| Octal | 130 | 31 | 255 | 61 | 126 | 0 | 40 | 412 | 113 | 47 |
| Binary | 1011000 | 11001 | 10101101 | 110001 | 1010110 | 0 | 100000 | 100001010 | 1001011 | 100111 |
Color Harmonies of #5819AD
Complementary color
Monochromatic Colors of #5819AD
Black with #5819AD
Text Example
Text Example
White with #5819AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5819AD; }
p { color: rgb(88,25,173); }
H1.HeaderClassName
{
color: #5819AD;
}
.AnyTagClassName
{
color: #5819AD;
}
</style>
background-color css
<style>
a { background-color: #5819AD; }
a { background-color: rgb(88,25,173); }
div.DivClassName
{
background-color: #5819AD;
}
.BgClassName
{
background-color: #5819AD;
}
</style>
border-color css
<style>
span { border-color: #5819AD; }
span { border-color: rgb(88,25,173); }
td.TdClassName
{
border-color: #5819AD;
}
.TagClassName
{
border-color: #5819AD;
}
</style>