Shades of Purple Heart #5819AA
Tints of Purple Heart #5819AA
RGB
CMYK
RGB Variations
Color information
#5819AA (or 0x5819AA) is known color: Purple Heart. HEX triplet: 58, 19 and AA. RGB value is (88,25,170). Sum of RGB (Red+Green+Blue) = 88+25+170=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #5819AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5819AA is #A7E655. Grayscale: #3B3B3B. Windows color (decimal): -11003478 or 11147608. OLE color: 11147608.
HSL color Cylindrical-coordinate representation of color #5819AA: hue angle of 266.07º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5819AA is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 25 | 170 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.33 |
| HSL | 266.07º | 0.74% | 0.38% | - |
| HSV(B) | 266.07º | 0.85% | 0.67% | - |
| XYZ | 11.63 | 5.67 | 38.51 | - |
| YUV | 60.37 | 189.87 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 170 | 0.48 | 0.85 | 0 | 0.33 | 266.07 | 0.74 | 0.38 |
| Hex | 58 | 19 | AA | 30 | 55 | 0 | 21 | 10A | 4A | 26 |
| Octal | 130 | 31 | 252 | 60 | 125 | 0 | 41 | 412 | 112 | 46 |
| Binary | 1011000 | 11001 | 10101010 | 110000 | 1010101 | 0 | 100001 | 100001010 | 1001010 | 100110 |
Color Harmonies of #5819AA
Complementary color
Monochromatic Colors of #5819AA
Black with #5819AA
Text Example
Text Example
White with #5819AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5819AA; }
p { color: rgb(88,25,170); }
H1.HeaderClassName
{
color: #5819AA;
}
.AnyTagClassName
{
color: #5819AA;
}
</style>
background-color css
<style>
a { background-color: #5819AA; }
a { background-color: rgb(88,25,170); }
div.DivClassName
{
background-color: #5819AA;
}
.BgClassName
{
background-color: #5819AA;
}
</style>
border-color css
<style>
span { border-color: #5819AA; }
span { border-color: rgb(88,25,170); }
td.TdClassName
{
border-color: #5819AA;
}
.TagClassName
{
border-color: #5819AA;
}
</style>