Shades of Han Purple #5A0EFD
Tints of Han Purple #5A0EFD
RGB
CMYK
RGB Variations
Color information
#5A0EFD (or 0x5A0EFD) is known color: Han Purple. HEX triplet: 5A, 0E and FD. RGB value is (90,14,253). Sum of RGB (Red+Green+Blue) = 90+14+253=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A0EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0EFD is #A5F102. Grayscale: #3F3F3F. Windows color (decimal): -10875139 or 16584282. OLE color: 16584282.
HSL color Cylindrical-coordinate representation of color #5A0EFD: hue angle of 259.08º 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 #5A0EFD is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 14 | 253 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.01 |
| HSL | 259.08º | 0.98% | 0.52% | - |
| HSV(B) | 259.08º | 0.94% | 0.99% | - |
| XYZ | 22.1 | 9.58 | 93.61 | - |
| YUV | 63.97 | 234.68 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 253 | 0.64 | 0.94 | 0 | 0.01 | 259.08 | 0.98 | 0.52 |
| Hex | 5A | E | FD | 40 | 5E | 0 | 1 | 103 | 62 | 34 |
| Octal | 132 | 16 | 375 | 100 | 136 | 0 | 1 | 403 | 142 | 64 |
| Binary | 1011010 | 1110 | 11111101 | 1000000 | 1011110 | 0 | 1 | 100000011 | 1100010 | 110100 |
Color Harmonies of #5A0EFD
Complementary color
Monochromatic Colors of #5A0EFD
Black with #5A0EFD
Text Example
Text Example
White with #5A0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0EFD; }
p { color: rgb(90,14,253); }
H1.HeaderClassName
{
color: #5A0EFD;
}
.AnyTagClassName
{
color: #5A0EFD;
}
</style>
background-color css
<style>
a { background-color: #5A0EFD; }
a { background-color: rgb(90,14,253); }
div.DivClassName
{
background-color: #5A0EFD;
}
.BgClassName
{
background-color: #5A0EFD;
}
</style>
border-color css
<style>
span { border-color: #5A0EFD; }
span { border-color: rgb(90,14,253); }
td.TdClassName
{
border-color: #5A0EFD;
}
.TagClassName
{
border-color: #5A0EFD;
}
</style>