Shades of Han Purple #5A1AEC
Tints of Han Purple #5A1AEC
RGB
CMYK
RGB Variations
Color information
#5A1AEC (or 0x5A1AEC) is known color: Han Purple. HEX triplet: 5A, 1A and EC. RGB value is (90,26,236). Sum of RGB (Red+Green+Blue) = 90+26+236=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A1AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1AEC is #A5E513. Grayscale: #444444. Windows color (decimal): -10872084 or 15473242. OLE color: 15473242.
HSL color Cylindrical-coordinate representation of color #5A1AEC: hue angle of 258.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A1AEC is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 26 | 236 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.07 |
| HSL | 258.29º | 0.85% | 0.51% | - |
| HSV(B) | 258.29º | 0.89% | 0.93% | - |
| XYZ | 19.73 | 8.97 | 80.05 | - |
| YUV | 69.08 | 222.2 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 236 | 0.62 | 0.89 | 0 | 0.07 | 258.29 | 0.85 | 0.51 |
| Hex | 5A | 1A | EC | 3E | 59 | 0 | 7 | 102 | 55 | 33 |
| Octal | 132 | 32 | 354 | 76 | 131 | 0 | 7 | 402 | 125 | 63 |
| Binary | 1011010 | 11010 | 11101100 | 111110 | 1011001 | 0 | 111 | 100000010 | 1010101 | 110011 |
Color Harmonies of #5A1AEC
Complementary color
Monochromatic Colors of #5A1AEC
Black with #5A1AEC
Text Example
Text Example
White with #5A1AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1AEC; }
p { color: rgb(90,26,236); }
H1.HeaderClassName
{
color: #5A1AEC;
}
.AnyTagClassName
{
color: #5A1AEC;
}
</style>
background-color css
<style>
a { background-color: #5A1AEC; }
a { background-color: rgb(90,26,236); }
div.DivClassName
{
background-color: #5A1AEC;
}
.BgClassName
{
background-color: #5A1AEC;
}
</style>
border-color css
<style>
span { border-color: #5A1AEC; }
span { border-color: rgb(90,26,236); }
td.TdClassName
{
border-color: #5A1AEC;
}
.TagClassName
{
border-color: #5A1AEC;
}
</style>