Shades of Han Purple #5820EA
Tints of Han Purple #5820EA
RGB
CMYK
RGB Variations
Color information
#5820EA (or 0x5820EA) is known color: Han Purple. HEX triplet: 58, 20 and EA. RGB value is (88,32,234). Sum of RGB (Red+Green+Blue) = 88+32+234=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #5820EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5820EA is #A7DF15. Grayscale: #474747. Windows color (decimal): -11001622 or 15343704. OLE color: 15343704.
HSL color Cylindrical-coordinate representation of color #5820EA: hue angle of 256.63º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5820EA is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 32 | 234 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.08 |
| HSL | 256.63º | 0.83% | 0.52% | - |
| HSV(B) | 256.63º | 0.86% | 0.92% | - |
| XYZ | 19.39 | 9.05 | 78.57 | - |
| YUV | 71.77 | 219.55 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 234 | 0.62 | 0.86 | 0 | 0.08 | 256.63 | 0.83 | 0.52 |
| Hex | 58 | 20 | EA | 3E | 56 | 0 | 8 | 101 | 53 | 34 |
| Octal | 130 | 40 | 352 | 76 | 126 | 0 | 10 | 401 | 123 | 64 |
| Binary | 1011000 | 100000 | 11101010 | 111110 | 1010110 | 0 | 1000 | 100000001 | 1010011 | 110100 |
Color Harmonies of #5820EA
Complementary color
Monochromatic Colors of #5820EA
Black with #5820EA
Text Example
Text Example
White with #5820EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5820EA; }
p { color: rgb(88,32,234); }
H1.HeaderClassName
{
color: #5820EA;
}
.AnyTagClassName
{
color: #5820EA;
}
</style>
background-color css
<style>
a { background-color: #5820EA; }
a { background-color: rgb(88,32,234); }
div.DivClassName
{
background-color: #5820EA;
}
.BgClassName
{
background-color: #5820EA;
}
</style>
border-color css
<style>
span { border-color: #5820EA; }
span { border-color: rgb(88,32,234); }
td.TdClassName
{
border-color: #5820EA;
}
.TagClassName
{
border-color: #5820EA;
}
</style>