Shades of Purple Heart #5A19AC
Tints of Purple Heart #5A19AC
RGB
CMYK
RGB Variations
Color information
#5A19AC (or 0x5A19AC) is known color: Purple Heart. HEX triplet: 5A, 19 and AC. RGB value is (90,25,172). Sum of RGB (Red+Green+Blue) = 90+25+172=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A19AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A19AC is #A5E653. Grayscale: #3C3C3C. Windows color (decimal): -10872404 or 11278682. OLE color: 11278682.
HSL color Cylindrical-coordinate representation of color #5A19AC: hue angle of 266.53º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A19AC is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 25 | 172 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.33 |
| HSL | 266.53º | 0.75% | 0.39% | - |
| HSV(B) | 266.53º | 0.85% | 0.67% | - |
| XYZ | 12.01 | 5.85 | 39.53 | - |
| YUV | 61.19 | 190.53 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 172 | 0.48 | 0.85 | 0 | 0.33 | 266.53 | 0.75 | 0.39 |
| Hex | 5A | 19 | AC | 30 | 55 | 0 | 21 | 10B | 4B | 27 |
| Octal | 132 | 31 | 254 | 60 | 125 | 0 | 41 | 413 | 113 | 47 |
| Binary | 1011010 | 11001 | 10101100 | 110000 | 1010101 | 0 | 100001 | 100001011 | 1001011 | 100111 |
Color Harmonies of #5A19AC
Complementary color
Monochromatic Colors of #5A19AC
Black with #5A19AC
Text Example
Text Example
White with #5A19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A19AC; }
p { color: rgb(90,25,172); }
H1.HeaderClassName
{
color: #5A19AC;
}
.AnyTagClassName
{
color: #5A19AC;
}
</style>
background-color css
<style>
a { background-color: #5A19AC; }
a { background-color: rgb(90,25,172); }
div.DivClassName
{
background-color: #5A19AC;
}
.BgClassName
{
background-color: #5A19AC;
}
</style>
border-color css
<style>
span { border-color: #5A19AC; }
span { border-color: rgb(90,25,172); }
td.TdClassName
{
border-color: #5A19AC;
}
.TagClassName
{
border-color: #5A19AC;
}
</style>