Shades of Han Purple #5A20EB
Tints of Han Purple #5A20EB
RGB
CMYK
RGB Variations
Color information
#5A20EB (or 0x5A20EB) is known color: Han Purple. HEX triplet: 5A, 20 and EB. RGB value is (90,32,235). Sum of RGB (Red+Green+Blue) = 90+32+235=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A20EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A20EB is #A5DF14. Grayscale: #474747. Windows color (decimal): -10870549 or 15409242. OLE color: 15409242.
HSL color Cylindrical-coordinate representation of color #5A20EB: hue angle of 257.14º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A20EB is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 32 | 235 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.08 |
| HSL | 257.14º | 0.84% | 0.52% | - |
| HSV(B) | 257.14º | 0.86% | 0.92% | - |
| XYZ | 19.73 | 9.2 | 79.33 | - |
| YUV | 72.48 | 219.72 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 235 | 0.62 | 0.86 | 0 | 0.08 | 257.14 | 0.84 | 0.52 |
| Hex | 5A | 20 | EB | 3E | 56 | 0 | 8 | 101 | 54 | 34 |
| Octal | 132 | 40 | 353 | 76 | 126 | 0 | 10 | 401 | 124 | 64 |
| Binary | 1011010 | 100000 | 11101011 | 111110 | 1010110 | 0 | 1000 | 100000001 | 1010100 | 110100 |
Color Harmonies of #5A20EB
Complementary color
Monochromatic Colors of #5A20EB
Black with #5A20EB
Text Example
Text Example
White with #5A20EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A20EB; }
p { color: rgb(90,32,235); }
H1.HeaderClassName
{
color: #5A20EB;
}
.AnyTagClassName
{
color: #5A20EB;
}
</style>
background-color css
<style>
a { background-color: #5A20EB; }
a { background-color: rgb(90,32,235); }
div.DivClassName
{
background-color: #5A20EB;
}
.BgClassName
{
background-color: #5A20EB;
}
</style>
border-color css
<style>
span { border-color: #5A20EB; }
span { border-color: rgb(90,32,235); }
td.TdClassName
{
border-color: #5A20EB;
}
.TagClassName
{
border-color: #5A20EB;
}
</style>