Shades of Han Purple #5A0EFB
Tints of Han Purple #5A0EFB
RGB
CMYK
RGB Variations
Color information
#5A0EFB (or 0x5A0EFB) is known color: Han Purple. HEX triplet: 5A, 0E and FB. RGB value is (90,14,251). Sum of RGB (Red+Green+Blue) = 90+14+251=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A0EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0EFB is #A5F104. Grayscale: #3E3E3E. Windows color (decimal): -10875141 or 16453210. OLE color: 16453210.
HSL color Cylindrical-coordinate representation of color #5A0EFB: hue angle of 259.24º degrees, saturation: 0.97, 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 #5A0EFB is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 14 | 251 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.02 |
| HSL | 259.24º | 0.97% | 0.52% | - |
| HSV(B) | 259.24º | 0.94% | 0.98% | - |
| XYZ | 21.79 | 9.45 | 91.94 | - |
| YUV | 63.74 | 233.68 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 251 | 0.64 | 0.94 | 0 | 0.02 | 259.24 | 0.97 | 0.52 |
| Hex | 5A | E | FB | 40 | 5E | 0 | 2 | 103 | 61 | 34 |
| Octal | 132 | 16 | 373 | 100 | 136 | 0 | 2 | 403 | 141 | 64 |
| Binary | 1011010 | 1110 | 11111011 | 1000000 | 1011110 | 0 | 10 | 100000011 | 1100001 | 110100 |
Color Harmonies of #5A0EFB
Complementary color
Monochromatic Colors of #5A0EFB
Black with #5A0EFB
Text Example
Text Example
White with #5A0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0EFB; }
p { color: rgb(90,14,251); }
H1.HeaderClassName
{
color: #5A0EFB;
}
.AnyTagClassName
{
color: #5A0EFB;
}
</style>
background-color css
<style>
a { background-color: #5A0EFB; }
a { background-color: rgb(90,14,251); }
div.DivClassName
{
background-color: #5A0EFB;
}
.BgClassName
{
background-color: #5A0EFB;
}
</style>
border-color css
<style>
span { border-color: #5A0EFB; }
span { border-color: rgb(90,14,251); }
td.TdClassName
{
border-color: #5A0EFB;
}
.TagClassName
{
border-color: #5A0EFB;
}
</style>