Shades of Han Purple #5A0AEC
Tints of Han Purple #5A0AEC
RGB
CMYK
RGB Variations
Color information
#5A0AEC (or 0x5A0AEC) is known color: Han Purple. HEX triplet: 5A, 0A and EC. RGB value is (90,10,236). Sum of RGB (Red+Green+Blue) = 90+10+236=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A0AEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0AEC is #A5F513. Grayscale: #3A3A3A. Windows color (decimal): -10876180 or 15469146. OLE color: 15469146.
HSL color Cylindrical-coordinate representation of color #5A0AEC: hue angle of 261.24º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0AEC is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 10 | 236 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.07 |
| HSL | 261.24º | 0.92% | 0.48% | - |
| HSV(B) | 261.24º | 0.96% | 0.93% | - |
| XYZ | 19.47 | 8.45 | 79.96 | - |
| YUV | 59.68 | 227.5 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 236 | 0.62 | 0.96 | 0 | 0.07 | 261.24 | 0.92 | 0.48 |
| Hex | 5A | A | EC | 3E | 60 | 0 | 7 | 105 | 5C | 30 |
| Octal | 132 | 12 | 354 | 76 | 140 | 0 | 7 | 405 | 134 | 60 |
| Binary | 1011010 | 1010 | 11101100 | 111110 | 1100000 | 0 | 111 | 100000101 | 1011100 | 110000 |
Color Harmonies of #5A0AEC
Complementary color
Monochromatic Colors of #5A0AEC
Black with #5A0AEC
Text Example
Text Example
White with #5A0AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0AEC; }
p { color: rgb(90,10,236); }
H1.HeaderClassName
{
color: #5A0AEC;
}
.AnyTagClassName
{
color: #5A0AEC;
}
</style>
background-color css
<style>
a { background-color: #5A0AEC; }
a { background-color: rgb(90,10,236); }
div.DivClassName
{
background-color: #5A0AEC;
}
.BgClassName
{
background-color: #5A0AEC;
}
</style>
border-color css
<style>
span { border-color: #5A0AEC; }
span { border-color: rgb(90,10,236); }
td.TdClassName
{
border-color: #5A0AEC;
}
.TagClassName
{
border-color: #5A0AEC;
}
</style>