Shades of Han Purple #5A19ED
Tints of Han Purple #5A19ED
RGB
CMYK
RGB Variations
Color information
#5A19ED (or 0x5A19ED) is known color: Han Purple. HEX triplet: 5A, 19 and ED. RGB value is (90,25,237). Sum of RGB (Red+Green+Blue) = 90+25+237=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A19ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A19ED is #A5E612. Grayscale: #434343. Windows color (decimal): -10872339 or 15538522. OLE color: 15538522.
HSL color Cylindrical-coordinate representation of color #5A19ED: hue angle of 258.4º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A19ED is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 25 | 237 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.07 |
| HSL | 258.4º | 0.85% | 0.51% | - |
| HSV(B) | 258.4º | 0.89% | 0.93% | - |
| XYZ | 19.85 | 8.98 | 80.81 | - |
| YUV | 68.6 | 223.03 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 237 | 0.62 | 0.89 | 0 | 0.07 | 258.4 | 0.85 | 0.51 |
| Hex | 5A | 19 | ED | 3E | 59 | 0 | 7 | 102 | 55 | 33 |
| Octal | 132 | 31 | 355 | 76 | 131 | 0 | 7 | 402 | 125 | 63 |
| Binary | 1011010 | 11001 | 11101101 | 111110 | 1011001 | 0 | 111 | 100000010 | 1010101 | 110011 |
Color Harmonies of #5A19ED
Complementary color
Monochromatic Colors of #5A19ED
Black with #5A19ED
Text Example
Text Example
White with #5A19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A19ED; }
p { color: rgb(90,25,237); }
H1.HeaderClassName
{
color: #5A19ED;
}
.AnyTagClassName
{
color: #5A19ED;
}
</style>
background-color css
<style>
a { background-color: #5A19ED; }
a { background-color: rgb(90,25,237); }
div.DivClassName
{
background-color: #5A19ED;
}
.BgClassName
{
background-color: #5A19ED;
}
</style>
border-color css
<style>
span { border-color: #5A19ED; }
span { border-color: rgb(90,25,237); }
td.TdClassName
{
border-color: #5A19ED;
}
.TagClassName
{
border-color: #5A19ED;
}
</style>