Shades of Han Purple #5A1EEE
Tints of Han Purple #5A1EEE
RGB
CMYK
RGB Variations
Color information
#5A1EEE (or 0x5A1EEE) is known color: Han Purple. HEX triplet: 5A, 1E and EE. RGB value is (90,30,238). Sum of RGB (Red+Green+Blue) = 90+30+238=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A1EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1EEE is #A5E111. Grayscale: #464646. Windows color (decimal): -10871058 or 15605338. OLE color: 15605338.
HSL color Cylindrical-coordinate representation of color #5A1EEE: hue angle of 257.31º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A1EEE is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 30 | 238 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.07 |
| HSL | 257.31º | 0.86% | 0.53% | - |
| HSV(B) | 257.31º | 0.87% | 0.93% | - |
| XYZ | 20.11 | 9.28 | 81.62 | - |
| YUV | 71.65 | 221.88 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 238 | 0.62 | 0.87 | 0 | 0.07 | 257.31 | 0.86 | 0.53 |
| Hex | 5A | 1E | EE | 3E | 57 | 0 | 7 | 101 | 56 | 35 |
| Octal | 132 | 36 | 356 | 76 | 127 | 0 | 7 | 401 | 126 | 65 |
| Binary | 1011010 | 11110 | 11101110 | 111110 | 1010111 | 0 | 111 | 100000001 | 1010110 | 110101 |
Color Harmonies of #5A1EEE
Complementary color
Monochromatic Colors of #5A1EEE
Black with #5A1EEE
Text Example
Text Example
White with #5A1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1EEE; }
p { color: rgb(90,30,238); }
H1.HeaderClassName
{
color: #5A1EEE;
}
.AnyTagClassName
{
color: #5A1EEE;
}
</style>
background-color css
<style>
a { background-color: #5A1EEE; }
a { background-color: rgb(90,30,238); }
div.DivClassName
{
background-color: #5A1EEE;
}
.BgClassName
{
background-color: #5A1EEE;
}
</style>
border-color css
<style>
span { border-color: #5A1EEE; }
span { border-color: rgb(90,30,238); }
td.TdClassName
{
border-color: #5A1EEE;
}
.TagClassName
{
border-color: #5A1EEE;
}
</style>