Shades of Han Purple #5A0EEA
Tints of Han Purple #5A0EEA
RGB
CMYK
RGB Variations
Color information
#5A0EEA (or 0x5A0EEA) is known color: Han Purple. HEX triplet: 5A, 0E and EA. RGB value is (90,14,234). Sum of RGB (Red+Green+Blue) = 90+14+234=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A0EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0EEA is #A5F115. Grayscale: #3D3D3D. Windows color (decimal): -10875158 or 15339098. OLE color: 15339098.
HSL color Cylindrical-coordinate representation of color #5A0EEA: hue angle of 260.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0EEA is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 14 | 234 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.08 |
| HSL | 260.73º | 0.89% | 0.49% | - |
| HSV(B) | 260.73º | 0.94% | 0.92% | - |
| XYZ | 19.22 | 8.43 | 78.46 | - |
| YUV | 61.8 | 225.18 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 234 | 0.62 | 0.94 | 0 | 0.08 | 260.73 | 0.89 | 0.49 |
| Hex | 5A | E | EA | 3E | 5E | 0 | 8 | 105 | 59 | 31 |
| Octal | 132 | 16 | 352 | 76 | 136 | 0 | 10 | 405 | 131 | 61 |
| Binary | 1011010 | 1110 | 11101010 | 111110 | 1011110 | 0 | 1000 | 100000101 | 1011001 | 110001 |
Color Harmonies of #5A0EEA
Complementary color
Monochromatic Colors of #5A0EEA
Black with #5A0EEA
Text Example
Text Example
White with #5A0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0EEA; }
p { color: rgb(90,14,234); }
H1.HeaderClassName
{
color: #5A0EEA;
}
.AnyTagClassName
{
color: #5A0EEA;
}
</style>
background-color css
<style>
a { background-color: #5A0EEA; }
a { background-color: rgb(90,14,234); }
div.DivClassName
{
background-color: #5A0EEA;
}
.BgClassName
{
background-color: #5A0EEA;
}
</style>
border-color css
<style>
span { border-color: #5A0EEA; }
span { border-color: rgb(90,14,234); }
td.TdClassName
{
border-color: #5A0EEA;
}
.TagClassName
{
border-color: #5A0EEA;
}
</style>