Shades of Han Purple #5A2EFA
Tints of Han Purple #5A2EFA
RGB
CMYK
RGB Variations
Color information
#5A2EFA (or 0x5A2EFA) is known color: Han Purple. HEX triplet: 5A, 2E and FA. RGB value is (90,46,250). Sum of RGB (Red+Green+Blue) = 90+46+250=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A2EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2EFA is #A5D105. Grayscale: #515151. Windows color (decimal): -10866950 or 16395866. OLE color: 16395866.
HSL color Cylindrical-coordinate representation of color #5A2EFA: hue angle of 252.94º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A2EFA is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 46 | 250 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.02 |
| HSL | 252.94º | 0.95% | 0.58% | - |
| HSV(B) | 252.94º | 0.82% | 0.98% | - |
| XYZ | 22.45 | 11.03 | 91.39 | - |
| YUV | 82.41 | 222.58 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 250 | 0.64 | 0.82 | 0 | 0.02 | 252.94 | 0.95 | 0.58 |
| Hex | 5A | 2E | FA | 40 | 52 | 0 | 2 | FD | 5F | 3A |
| Octal | 132 | 56 | 372 | 100 | 122 | 0 | 2 | 375 | 137 | 72 |
| Binary | 1011010 | 101110 | 11111010 | 1000000 | 1010010 | 0 | 10 | 11111101 | 1011111 | 111010 |
Color Harmonies of #5A2EFA
Complementary color
Monochromatic Colors of #5A2EFA
Black with #5A2EFA
Text Example
Text Example
White with #5A2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2EFA; }
p { color: rgb(90,46,250); }
H1.HeaderClassName
{
color: #5A2EFA;
}
.AnyTagClassName
{
color: #5A2EFA;
}
</style>
background-color css
<style>
a { background-color: #5A2EFA; }
a { background-color: rgb(90,46,250); }
div.DivClassName
{
background-color: #5A2EFA;
}
.BgClassName
{
background-color: #5A2EFA;
}
</style>
border-color css
<style>
span { border-color: #5A2EFA; }
span { border-color: rgb(90,46,250); }
td.TdClassName
{
border-color: #5A2EFA;
}
.TagClassName
{
border-color: #5A2EFA;
}
</style>