Shades of Han Purple #5A0EFA
Tints of Han Purple #5A0EFA
RGB
CMYK
RGB Variations
Color information
#5A0EFA (or 0x5A0EFA) is known color: Han Purple. HEX triplet: 5A, 0E and FA. RGB value is (90,14,250). Sum of RGB (Red+Green+Blue) = 90+14+250=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A0EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0EFA is #A5F105. Grayscale: #3E3E3E. Windows color (decimal): -10875142 or 16387674. OLE color: 16387674.
HSL color Cylindrical-coordinate representation of color #5A0EFA: hue angle of 259.32º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0EFA is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 14 | 250 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.02 |
| HSL | 259.32º | 0.96% | 0.52% | - |
| HSV(B) | 259.32º | 0.94% | 0.98% | - |
| XYZ | 21.63 | 9.39 | 91.11 | - |
| YUV | 63.63 | 233.18 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 250 | 0.64 | 0.94 | 0 | 0.02 | 259.32 | 0.96 | 0.52 |
| Hex | 5A | E | FA | 40 | 5E | 0 | 2 | 103 | 60 | 34 |
| Octal | 132 | 16 | 372 | 100 | 136 | 0 | 2 | 403 | 140 | 64 |
| Binary | 1011010 | 1110 | 11111010 | 1000000 | 1011110 | 0 | 10 | 100000011 | 1100000 | 110100 |
Color Harmonies of #5A0EFA
Complementary color
Monochromatic Colors of #5A0EFA
Black with #5A0EFA
Text Example
Text Example
White with #5A0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0EFA; }
p { color: rgb(90,14,250); }
H1.HeaderClassName
{
color: #5A0EFA;
}
.AnyTagClassName
{
color: #5A0EFA;
}
</style>
background-color css
<style>
a { background-color: #5A0EFA; }
a { background-color: rgb(90,14,250); }
div.DivClassName
{
background-color: #5A0EFA;
}
.BgClassName
{
background-color: #5A0EFA;
}
</style>
border-color css
<style>
span { border-color: #5A0EFA; }
span { border-color: rgb(90,14,250); }
td.TdClassName
{
border-color: #5A0EFA;
}
.TagClassName
{
border-color: #5A0EFA;
}
</style>