Shades of Han Purple #5A2EEE
Tints of Han Purple #5A2EEE
RGB
CMYK
RGB Variations
Color information
#5A2EEE (or 0x5A2EEE) is known color: Han Purple. HEX triplet: 5A, 2E and EE. RGB value is (90,46,238). Sum of RGB (Red+Green+Blue) = 90+46+238=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A2EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2EEE is #A5D111. Grayscale: #505050. Windows color (decimal): -10866962 or 15609434. OLE color: 15609434.
HSL color Cylindrical-coordinate representation of color #5A2EEE: hue angle of 253.75º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A2EEE is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 46 | 238 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.07 |
| HSL | 253.75º | 0.85% | 0.56% | - |
| HSV(B) | 253.75º | 0.81% | 0.93% | - |
| XYZ | 20.63 | 10.3 | 81.79 | - |
| YUV | 81.04 | 216.58 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 238 | 0.62 | 0.81 | 0 | 0.07 | 253.75 | 0.85 | 0.56 |
| Hex | 5A | 2E | EE | 3E | 51 | 0 | 7 | FE | 55 | 38 |
| Octal | 132 | 56 | 356 | 76 | 121 | 0 | 7 | 376 | 125 | 70 |
| Binary | 1011010 | 101110 | 11101110 | 111110 | 1010001 | 0 | 111 | 11111110 | 1010101 | 111000 |
Color Harmonies of #5A2EEE
Complementary color
Monochromatic Colors of #5A2EEE
Black with #5A2EEE
Text Example
Text Example
White with #5A2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2EEE; }
p { color: rgb(90,46,238); }
H1.HeaderClassName
{
color: #5A2EEE;
}
.AnyTagClassName
{
color: #5A2EEE;
}
</style>
background-color css
<style>
a { background-color: #5A2EEE; }
a { background-color: rgb(90,46,238); }
div.DivClassName
{
background-color: #5A2EEE;
}
.BgClassName
{
background-color: #5A2EEE;
}
</style>
border-color css
<style>
span { border-color: #5A2EEE; }
span { border-color: rgb(90,46,238); }
td.TdClassName
{
border-color: #5A2EEE;
}
.TagClassName
{
border-color: #5A2EEE;
}
</style>