Shades of Han Purple #5A0BEB
Tints of Han Purple #5A0BEB
RGB
CMYK
RGB Variations
Color information
#5A0BEB (or 0x5A0BEB) is known color: Han Purple. HEX triplet: 5A, 0B and EB. RGB value is (90,11,235). Sum of RGB (Red+Green+Blue) = 90+11+235=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A0BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0BEB is #A5F414. Grayscale: #3B3B3B. Windows color (decimal): -10875925 or 15403866. OLE color: 15403866.
HSL color Cylindrical-coordinate representation of color #5A0BEB: hue angle of 261.16º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0BEB is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 11 | 235 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.08 |
| HSL | 261.16º | 0.91% | 0.48% | - |
| HSV(B) | 261.16º | 0.95% | 0.92% | - |
| XYZ | 19.33 | 8.41 | 79.2 | - |
| YUV | 60.16 | 226.67 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 235 | 0.62 | 0.95 | 0 | 0.08 | 261.16 | 0.91 | 0.48 |
| Hex | 5A | B | EB | 3E | 5F | 0 | 8 | 105 | 5B | 30 |
| Octal | 132 | 13 | 353 | 76 | 137 | 0 | 10 | 405 | 133 | 60 |
| Binary | 1011010 | 1011 | 11101011 | 111110 | 1011111 | 0 | 1000 | 100000101 | 1011011 | 110000 |
Color Harmonies of #5A0BEB
Complementary color
Monochromatic Colors of #5A0BEB
Black with #5A0BEB
Text Example
Text Example
White with #5A0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0BEB; }
p { color: rgb(90,11,235); }
H1.HeaderClassName
{
color: #5A0BEB;
}
.AnyTagClassName
{
color: #5A0BEB;
}
</style>
background-color css
<style>
a { background-color: #5A0BEB; }
a { background-color: rgb(90,11,235); }
div.DivClassName
{
background-color: #5A0BEB;
}
.BgClassName
{
background-color: #5A0BEB;
}
</style>
border-color css
<style>
span { border-color: #5A0BEB; }
span { border-color: rgb(90,11,235); }
td.TdClassName
{
border-color: #5A0BEB;
}
.TagClassName
{
border-color: #5A0BEB;
}
</style>