Shades of Han Purple #5A1EFA
Tints of Han Purple #5A1EFA
RGB
CMYK
RGB Variations
Color information
#5A1EFA (or 0x5A1EFA) is known color: Han Purple. HEX triplet: 5A, 1E and FA. RGB value is (90,30,250). Sum of RGB (Red+Green+Blue) = 90+30+250=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A1EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1EFA is #A5E105. Grayscale: #484848. Windows color (decimal): -10871046 or 16391770. OLE color: 16391770.
HSL color Cylindrical-coordinate representation of color #5A1EFA: hue angle of 256.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1EFA is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 30 | 250 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.02 |
| HSL | 256.36º | 0.96% | 0.55% | - |
| HSV(B) | 256.36º | 0.88% | 0.98% | - |
| XYZ | 21.94 | 10 | 91.22 | - |
| YUV | 73.02 | 227.88 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 250 | 0.64 | 0.88 | 0 | 0.02 | 256.36 | 0.96 | 0.55 |
| Hex | 5A | 1E | FA | 40 | 58 | 0 | 2 | 100 | 60 | 37 |
| Octal | 132 | 36 | 372 | 100 | 130 | 0 | 2 | 400 | 140 | 67 |
| Binary | 1011010 | 11110 | 11111010 | 1000000 | 1011000 | 0 | 10 | 100000000 | 1100000 | 110111 |
Color Harmonies of #5A1EFA
Complementary color
Monochromatic Colors of #5A1EFA
Black with #5A1EFA
Text Example
Text Example
White with #5A1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1EFA; }
p { color: rgb(90,30,250); }
H1.HeaderClassName
{
color: #5A1EFA;
}
.AnyTagClassName
{
color: #5A1EFA;
}
</style>
background-color css
<style>
a { background-color: #5A1EFA; }
a { background-color: rgb(90,30,250); }
div.DivClassName
{
background-color: #5A1EFA;
}
.BgClassName
{
background-color: #5A1EFA;
}
</style>
border-color css
<style>
span { border-color: #5A1EFA; }
span { border-color: rgb(90,30,250); }
td.TdClassName
{
border-color: #5A1EFA;
}
.TagClassName
{
border-color: #5A1EFA;
}
</style>