Shades of Han Purple #5A08EA
Tints of Han Purple #5A08EA
RGB
CMYK
RGB Variations
Color information
#5A08EA (or 0x5A08EA) is known color: Han Purple. HEX triplet: 5A, 08 and EA. RGB value is (90,8,234). Sum of RGB (Red+Green+Blue) = 90+8+234=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A08EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A08EA is #A5F715. Grayscale: #393939. Windows color (decimal): -10876694 or 15337562. OLE color: 15337562.
HSL color Cylindrical-coordinate representation of color #5A08EA: hue angle of 261.77º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A08EA is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 8 | 234 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.08 |
| HSL | 261.77º | 0.93% | 0.47% | - |
| HSV(B) | 261.77º | 0.97% | 0.92% | - |
| XYZ | 19.15 | 8.29 | 78.43 | - |
| YUV | 58.28 | 227.17 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 234 | 0.62 | 0.97 | 0 | 0.08 | 261.77 | 0.93 | 0.47 |
| Hex | 5A | 8 | EA | 3E | 61 | 0 | 8 | 106 | 5D | 2F |
| Octal | 132 | 10 | 352 | 76 | 141 | 0 | 10 | 406 | 135 | 57 |
| Binary | 1011010 | 1000 | 11101010 | 111110 | 1100001 | 0 | 1000 | 100000110 | 1011101 | 101111 |
Color Harmonies of #5A08EA
Complementary color
Monochromatic Colors of #5A08EA
Black with #5A08EA
Text Example
Text Example
White with #5A08EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A08EA; }
p { color: rgb(90,8,234); }
H1.HeaderClassName
{
color: #5A08EA;
}
.AnyTagClassName
{
color: #5A08EA;
}
</style>
background-color css
<style>
a { background-color: #5A08EA; }
a { background-color: rgb(90,8,234); }
div.DivClassName
{
background-color: #5A08EA;
}
.BgClassName
{
background-color: #5A08EA;
}
</style>
border-color css
<style>
span { border-color: #5A08EA; }
span { border-color: rgb(90,8,234); }
td.TdClassName
{
border-color: #5A08EA;
}
.TagClassName
{
border-color: #5A08EA;
}
</style>