Shades of Purple Heart #5A19AB
Tints of Purple Heart #5A19AB
RGB
CMYK
RGB Variations
Color information
#5A19AB (or 0x5A19AB) is known color: Purple Heart. HEX triplet: 5A, 19 and AB. RGB value is (90,25,171). Sum of RGB (Red+Green+Blue) = 90+25+171=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A19AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A19AB is #A5E654. Grayscale: #3C3C3C. Windows color (decimal): -10872405 or 11213146. OLE color: 11213146.
HSL color Cylindrical-coordinate representation of color #5A19AB: hue angle of 266.71º 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 #5A19AB is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 25 | 171 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.33 |
| HSL | 266.71º | 0.74% | 0.38% | - |
| HSV(B) | 266.71º | 0.85% | 0.67% | - |
| XYZ | 11.91 | 5.81 | 39.02 | - |
| YUV | 61.08 | 190.03 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 171 | 0.47 | 0.85 | 0 | 0.33 | 266.71 | 0.74 | 0.38 |
| Hex | 5A | 19 | AB | 2F | 55 | 0 | 21 | 10B | 4A | 26 |
| Octal | 132 | 31 | 253 | 57 | 125 | 0 | 41 | 413 | 112 | 46 |
| Binary | 1011010 | 11001 | 10101011 | 101111 | 1010101 | 0 | 100001 | 100001011 | 1001010 | 100110 |
Color Harmonies of #5A19AB
Complementary color
Monochromatic Colors of #5A19AB
Black with #5A19AB
Text Example
Text Example
White with #5A19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A19AB; }
p { color: rgb(90,25,171); }
H1.HeaderClassName
{
color: #5A19AB;
}
.AnyTagClassName
{
color: #5A19AB;
}
</style>
background-color css
<style>
a { background-color: #5A19AB; }
a { background-color: rgb(90,25,171); }
div.DivClassName
{
background-color: #5A19AB;
}
.BgClassName
{
background-color: #5A19AB;
}
</style>
border-color css
<style>
span { border-color: #5A19AB; }
span { border-color: rgb(90,25,171); }
td.TdClassName
{
border-color: #5A19AB;
}
.TagClassName
{
border-color: #5A19AB;
}
</style>