Shades of Han Purple #5A32EE
Tints of Han Purple #5A32EE
RGB
CMYK
RGB Variations
Color information
#5A32EE (or 0x5A32EE) is known color: Han Purple. HEX triplet: 5A, 32 and EE. RGB value is (90,50,238). Sum of RGB (Red+Green+Blue) = 90+50+238=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A32EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A32EE is #A5CD11. Grayscale: #525252. Windows color (decimal): -10865938 or 15610458. OLE color: 15610458.
HSL color Cylindrical-coordinate representation of color #5A32EE: hue angle of 252.77º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A32EE is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 50 | 238 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.07 |
| HSL | 252.77º | 0.85% | 0.56% | - |
| HSV(B) | 252.77º | 0.79% | 0.93% | - |
| XYZ | 20.79 | 10.63 | 81.84 | - |
| YUV | 83.39 | 215.25 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 238 | 0.62 | 0.79 | 0 | 0.07 | 252.77 | 0.85 | 0.56 |
| Hex | 5A | 32 | EE | 3E | 4F | 0 | 7 | FD | 55 | 38 |
| Octal | 132 | 62 | 356 | 76 | 117 | 0 | 7 | 375 | 125 | 70 |
| Binary | 1011010 | 110010 | 11101110 | 111110 | 1001111 | 0 | 111 | 11111101 | 1010101 | 111000 |
Color Harmonies of #5A32EE
Complementary color
Monochromatic Colors of #5A32EE
Black with #5A32EE
Text Example
Text Example
White with #5A32EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A32EE; }
p { color: rgb(90,50,238); }
H1.HeaderClassName
{
color: #5A32EE;
}
.AnyTagClassName
{
color: #5A32EE;
}
</style>
background-color css
<style>
a { background-color: #5A32EE; }
a { background-color: rgb(90,50,238); }
div.DivClassName
{
background-color: #5A32EE;
}
.BgClassName
{
background-color: #5A32EE;
}
</style>
border-color css
<style>
span { border-color: #5A32EE; }
span { border-color: rgb(90,50,238); }
td.TdClassName
{
border-color: #5A32EE;
}
.TagClassName
{
border-color: #5A32EE;
}
</style>