Shades of Han Purple #5A0AEE
Tints of Han Purple #5A0AEE
RGB
CMYK
RGB Variations
Color information
#5A0AEE (or 0x5A0AEE) is known color: Han Purple. HEX triplet: 5A, 0A and EE. RGB value is (90,10,238). Sum of RGB (Red+Green+Blue) = 90+10+238=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A0AEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0AEE is #A5F511. Grayscale: #3B3B3B. Windows color (decimal): -10876178 or 15600218. OLE color: 15600218.
HSL color Cylindrical-coordinate representation of color #5A0AEE: hue angle of 261.05º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0AEE is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 10 | 238 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.07 |
| HSL | 261.05º | 0.92% | 0.49% | - |
| HSV(B) | 261.05º | 0.96% | 0.93% | - |
| XYZ | 19.76 | 8.56 | 81.5 | - |
| YUV | 59.91 | 228.5 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 238 | 0.62 | 0.96 | 0 | 0.07 | 261.05 | 0.92 | 0.49 |
| Hex | 5A | A | EE | 3E | 60 | 0 | 7 | 105 | 5C | 31 |
| Octal | 132 | 12 | 356 | 76 | 140 | 0 | 7 | 405 | 134 | 61 |
| Binary | 1011010 | 1010 | 11101110 | 111110 | 1100000 | 0 | 111 | 100000101 | 1011100 | 110001 |
Color Harmonies of #5A0AEE
Complementary color
Monochromatic Colors of #5A0AEE
Black with #5A0AEE
Text Example
Text Example
White with #5A0AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0AEE; }
p { color: rgb(90,10,238); }
H1.HeaderClassName
{
color: #5A0AEE;
}
.AnyTagClassName
{
color: #5A0AEE;
}
</style>
background-color css
<style>
a { background-color: #5A0AEE; }
a { background-color: rgb(90,10,238); }
div.DivClassName
{
background-color: #5A0AEE;
}
.BgClassName
{
background-color: #5A0AEE;
}
</style>
border-color css
<style>
span { border-color: #5A0AEE; }
span { border-color: rgb(90,10,238); }
td.TdClassName
{
border-color: #5A0AEE;
}
.TagClassName
{
border-color: #5A0AEE;
}
</style>