Shades of Han Purple #5A29EB
Tints of Han Purple #5A29EB
RGB
CMYK
RGB Variations
Color information
#5A29EB (or 0x5A29EB) is known color: Han Purple. HEX triplet: 5A, 29 and EB. RGB value is (90,41,235). Sum of RGB (Red+Green+Blue) = 90+41+235=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A29EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A29EB is #A5D614. Grayscale: #4D4D4D. Windows color (decimal): -10868245 or 15411546. OLE color: 15411546.
HSL color Cylindrical-coordinate representation of color #5A29EB: hue angle of 255.15º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A29EB is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 41 | 235 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.08 |
| HSL | 255.15º | 0.83% | 0.54% | - |
| HSV(B) | 255.15º | 0.83% | 0.92% | - |
| XYZ | 20 | 9.76 | 79.43 | - |
| YUV | 77.77 | 216.73 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 235 | 0.62 | 0.83 | 0 | 0.08 | 255.15 | 0.83 | 0.54 |
| Hex | 5A | 29 | EB | 3E | 53 | 0 | 8 | FF | 53 | 36 |
| Octal | 132 | 51 | 353 | 76 | 123 | 0 | 10 | 377 | 123 | 66 |
| Binary | 1011010 | 101001 | 11101011 | 111110 | 1010011 | 0 | 1000 | 11111111 | 1010011 | 110110 |
Color Harmonies of #5A29EB
Complementary color
Monochromatic Colors of #5A29EB
Black with #5A29EB
Text Example
Text Example
White with #5A29EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A29EB; }
p { color: rgb(90,41,235); }
H1.HeaderClassName
{
color: #5A29EB;
}
.AnyTagClassName
{
color: #5A29EB;
}
</style>
background-color css
<style>
a { background-color: #5A29EB; }
a { background-color: rgb(90,41,235); }
div.DivClassName
{
background-color: #5A29EB;
}
.BgClassName
{
background-color: #5A29EB;
}
</style>
border-color css
<style>
span { border-color: #5A29EB; }
span { border-color: rgb(90,41,235); }
td.TdClassName
{
border-color: #5A29EB;
}
.TagClassName
{
border-color: #5A29EB;
}
</style>