Shades of Han Purple #5A36EB
Tints of Han Purple #5A36EB
RGB
CMYK
RGB Variations
Color information
#5A36EB (or 0x5A36EB) is known color: Han Purple. HEX triplet: 5A, 36 and EB. RGB value is (90,54,235). Sum of RGB (Red+Green+Blue) = 90+54+235=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A36EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A36EB is #A5C914. Grayscale: #545454. Windows color (decimal): -10864917 or 15414874. OLE color: 15414874.
HSL color Cylindrical-coordinate representation of color #5A36EB: hue angle of 251.93º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A36EB is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 54 | 235 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.08 |
| HSL | 251.93º | 0.82% | 0.57% | - |
| HSV(B) | 251.93º | 0.77% | 0.92% | - |
| XYZ | 20.53 | 10.81 | 79.6 | - |
| YUV | 85.4 | 212.43 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 235 | 0.62 | 0.77 | 0 | 0.08 | 251.93 | 0.82 | 0.57 |
| Hex | 5A | 36 | EB | 3E | 4D | 0 | 8 | FC | 52 | 39 |
| Octal | 132 | 66 | 353 | 76 | 115 | 0 | 10 | 374 | 122 | 71 |
| Binary | 1011010 | 110110 | 11101011 | 111110 | 1001101 | 0 | 1000 | 11111100 | 1010010 | 111001 |
Color Harmonies of #5A36EB
Complementary color
Monochromatic Colors of #5A36EB
Black with #5A36EB
Text Example
Text Example
White with #5A36EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A36EB; }
p { color: rgb(90,54,235); }
H1.HeaderClassName
{
color: #5A36EB;
}
.AnyTagClassName
{
color: #5A36EB;
}
</style>
background-color css
<style>
a { background-color: #5A36EB; }
a { background-color: rgb(90,54,235); }
div.DivClassName
{
background-color: #5A36EB;
}
.BgClassName
{
background-color: #5A36EB;
}
</style>
border-color css
<style>
span { border-color: #5A36EB; }
span { border-color: rgb(90,54,235); }
td.TdClassName
{
border-color: #5A36EB;
}
.TagClassName
{
border-color: #5A36EB;
}
</style>