Shades of Han Purple #5A11EB
Tints of Han Purple #5A11EB
RGB
CMYK
RGB Variations
Color information
#5A11EB (or 0x5A11EB) is known color: Han Purple. HEX triplet: 5A, 11 and EB. RGB value is (90,17,235). Sum of RGB (Red+Green+Blue) = 90+17+235=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A11EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A11EB is #A5EE14. Grayscale: #3E3E3E. Windows color (decimal): -10874389 or 15405402. OLE color: 15405402.
HSL color Cylindrical-coordinate representation of color #5A11EB: hue angle of 260.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A11EB is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 17 | 235 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.08 |
| HSL | 260.09º | 0.87% | 0.49% | - |
| HSV(B) | 260.09º | 0.93% | 0.92% | - |
| XYZ | 19.41 | 8.57 | 79.23 | - |
| YUV | 63.68 | 224.68 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 235 | 0.62 | 0.93 | 0 | 0.08 | 260.09 | 0.87 | 0.49 |
| Hex | 5A | 11 | EB | 3E | 5D | 0 | 8 | 104 | 57 | 31 |
| Octal | 132 | 21 | 353 | 76 | 135 | 0 | 10 | 404 | 127 | 61 |
| Binary | 1011010 | 10001 | 11101011 | 111110 | 1011101 | 0 | 1000 | 100000100 | 1010111 | 110001 |
Color Harmonies of #5A11EB
Complementary color
Monochromatic Colors of #5A11EB
Black with #5A11EB
Text Example
Text Example
White with #5A11EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A11EB; }
p { color: rgb(90,17,235); }
H1.HeaderClassName
{
color: #5A11EB;
}
.AnyTagClassName
{
color: #5A11EB;
}
</style>
background-color css
<style>
a { background-color: #5A11EB; }
a { background-color: rgb(90,17,235); }
div.DivClassName
{
background-color: #5A11EB;
}
.BgClassName
{
background-color: #5A11EB;
}
</style>
border-color css
<style>
span { border-color: #5A11EB; }
span { border-color: rgb(90,17,235); }
td.TdClassName
{
border-color: #5A11EB;
}
.TagClassName
{
border-color: #5A11EB;
}
</style>