Shades of Han Purple #5A1FEE
Tints of Han Purple #5A1FEE
RGB
CMYK
RGB Variations
Color information
#5A1FEE (or 0x5A1FEE) is known color: Han Purple. HEX triplet: 5A, 1F and EE. RGB value is (90,31,238). Sum of RGB (Red+Green+Blue) = 90+31+238=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A1FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1FEE is #A5E011. Grayscale: #474747. Windows color (decimal): -10870802 or 15605594. OLE color: 15605594.
HSL color Cylindrical-coordinate representation of color #5A1FEE: hue angle of 257.1º 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 #5A1FEE is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 31 | 238 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.07 |
| HSL | 257.1º | 0.86% | 0.53% | - |
| HSV(B) | 257.1º | 0.87% | 0.93% | - |
| XYZ | 20.14 | 9.33 | 81.63 | - |
| YUV | 72.24 | 221.55 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 238 | 0.62 | 0.87 | 0 | 0.07 | 257.1 | 0.86 | 0.53 |
| Hex | 5A | 1F | EE | 3E | 57 | 0 | 7 | 101 | 56 | 35 |
| Octal | 132 | 37 | 356 | 76 | 127 | 0 | 7 | 401 | 126 | 65 |
| Binary | 1011010 | 11111 | 11101110 | 111110 | 1010111 | 0 | 111 | 100000001 | 1010110 | 110101 |
Color Harmonies of #5A1FEE
Complementary color
Monochromatic Colors of #5A1FEE
Black with #5A1FEE
Text Example
Text Example
White with #5A1FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1FEE; }
p { color: rgb(90,31,238); }
H1.HeaderClassName
{
color: #5A1FEE;
}
.AnyTagClassName
{
color: #5A1FEE;
}
</style>
background-color css
<style>
a { background-color: #5A1FEE; }
a { background-color: rgb(90,31,238); }
div.DivClassName
{
background-color: #5A1FEE;
}
.BgClassName
{
background-color: #5A1FEE;
}
</style>
border-color css
<style>
span { border-color: #5A1FEE; }
span { border-color: rgb(90,31,238); }
td.TdClassName
{
border-color: #5A1FEE;
}
.TagClassName
{
border-color: #5A1FEE;
}
</style>