Shades of Han Purple #5A0EFC
Tints of Han Purple #5A0EFC
RGB
CMYK
RGB Variations
Color information
#5A0EFC (or 0x5A0EFC) is known color: Han Purple. HEX triplet: 5A, 0E and FC. RGB value is (90,14,252). Sum of RGB (Red+Green+Blue) = 90+14+252=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A0EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0EFC is #A5F103. Grayscale: #3E3E3E. Windows color (decimal): -10875140 or 16518746. OLE color: 16518746.
HSL color Cylindrical-coordinate representation of color #5A0EFC: hue angle of 259.16º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0EFC is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 14 | 252 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.01 |
| HSL | 259.16º | 0.98% | 0.52% | - |
| HSV(B) | 259.16º | 0.94% | 0.99% | - |
| XYZ | 21.94 | 9.52 | 92.78 | - |
| YUV | 63.86 | 234.18 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 252 | 0.64 | 0.94 | 0 | 0.01 | 259.16 | 0.98 | 0.52 |
| Hex | 5A | E | FC | 40 | 5E | 0 | 1 | 103 | 62 | 34 |
| Octal | 132 | 16 | 374 | 100 | 136 | 0 | 1 | 403 | 142 | 64 |
| Binary | 1011010 | 1110 | 11111100 | 1000000 | 1011110 | 0 | 1 | 100000011 | 1100010 | 110100 |
Color Harmonies of #5A0EFC
Complementary color
Monochromatic Colors of #5A0EFC
Black with #5A0EFC
Text Example
Text Example
White with #5A0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0EFC; }
p { color: rgb(90,14,252); }
H1.HeaderClassName
{
color: #5A0EFC;
}
.AnyTagClassName
{
color: #5A0EFC;
}
</style>
background-color css
<style>
a { background-color: #5A0EFC; }
a { background-color: rgb(90,14,252); }
div.DivClassName
{
background-color: #5A0EFC;
}
.BgClassName
{
background-color: #5A0EFC;
}
</style>
border-color css
<style>
span { border-color: #5A0EFC; }
span { border-color: rgb(90,14,252); }
td.TdClassName
{
border-color: #5A0EFC;
}
.TagClassName
{
border-color: #5A0EFC;
}
</style>