Shades of Han Purple #5A0AEA
Tints of Han Purple #5A0AEA
RGB
CMYK
RGB Variations
Color information
#5A0AEA (or 0x5A0AEA) is known color: Han Purple. HEX triplet: 5A, 0A and EA. RGB value is (90,10,234). Sum of RGB (Red+Green+Blue) = 90+10+234=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A0AEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0AEA is #A5F515. Grayscale: #3A3A3A. Windows color (decimal): -10876182 or 15338074. OLE color: 15338074.
HSL color Cylindrical-coordinate representation of color #5A0AEA: hue angle of 261.43º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0AEA is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 10 | 234 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.08 |
| HSL | 261.43º | 0.92% | 0.48% | - |
| HSV(B) | 261.43º | 0.96% | 0.92% | - |
| XYZ | 19.18 | 8.33 | 78.44 | - |
| YUV | 59.46 | 226.5 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 234 | 0.62 | 0.96 | 0 | 0.08 | 261.43 | 0.92 | 0.48 |
| Hex | 5A | A | EA | 3E | 60 | 0 | 8 | 105 | 5C | 30 |
| Octal | 132 | 12 | 352 | 76 | 140 | 0 | 10 | 405 | 134 | 60 |
| Binary | 1011010 | 1010 | 11101010 | 111110 | 1100000 | 0 | 1000 | 100000101 | 1011100 | 110000 |
Color Harmonies of #5A0AEA
Complementary color
Monochromatic Colors of #5A0AEA
Black with #5A0AEA
Text Example
Text Example
White with #5A0AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0AEA; }
p { color: rgb(90,10,234); }
H1.HeaderClassName
{
color: #5A0AEA;
}
.AnyTagClassName
{
color: #5A0AEA;
}
</style>
background-color css
<style>
a { background-color: #5A0AEA; }
a { background-color: rgb(90,10,234); }
div.DivClassName
{
background-color: #5A0AEA;
}
.BgClassName
{
background-color: #5A0AEA;
}
</style>
border-color css
<style>
span { border-color: #5A0AEA; }
span { border-color: rgb(90,10,234); }
td.TdClassName
{
border-color: #5A0AEA;
}
.TagClassName
{
border-color: #5A0AEA;
}
</style>