Shades of Han Purple #5A0EEE
Tints of Han Purple #5A0EEE
RGB
CMYK
RGB Variations
Color information
#5A0EEE (or 0x5A0EEE) is known color: Han Purple. HEX triplet: 5A, 0E and EE. RGB value is (90,14,238). Sum of RGB (Red+Green+Blue) = 90+14+238=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 238 (93.36% from 255 or 69.59% from 342); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A0EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0EEE is #A5F111. Grayscale: #3D3D3D. Windows color (decimal): -10875154 or 15601242. OLE color: 15601242.
HSL color Cylindrical-coordinate representation of color #5A0EEE: hue angle of 260.36º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0EEE is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 14 | 238 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.07 |
| HSL | 260.36º | 0.89% | 0.49% | - |
| HSV(B) | 260.36º | 0.94% | 0.93% | - |
| XYZ | 19.81 | 8.66 | 81.52 | - |
| YUV | 62.26 | 227.18 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 238 | 0.62 | 0.94 | 0 | 0.07 | 260.36 | 0.89 | 0.49 |
| Hex | 5A | E | EE | 3E | 5E | 0 | 7 | 104 | 59 | 31 |
| Octal | 132 | 16 | 356 | 76 | 136 | 0 | 7 | 404 | 131 | 61 |
| Binary | 1011010 | 1110 | 11101110 | 111110 | 1011110 | 0 | 111 | 100000100 | 1011001 | 110001 |
Color Harmonies of #5A0EEE
Complementary color
Monochromatic Colors of #5A0EEE
Black with #5A0EEE
Text Example
Text Example
White with #5A0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0EEE; }
p { color: rgb(90,14,238); }
H1.HeaderClassName
{
color: #5A0EEE;
}
.AnyTagClassName
{
color: #5A0EEE;
}
</style>
background-color css
<style>
a { background-color: #5A0EEE; }
a { background-color: rgb(90,14,238); }
div.DivClassName
{
background-color: #5A0EEE;
}
.BgClassName
{
background-color: #5A0EEE;
}
</style>
border-color css
<style>
span { border-color: #5A0EEE; }
span { border-color: rgb(90,14,238); }
td.TdClassName
{
border-color: #5A0EEE;
}
.TagClassName
{
border-color: #5A0EEE;
}
</style>