Shades of Han Purple #5821EF
Tints of Han Purple #5821EF
RGB
CMYK
RGB Variations
Color information
#5821EF (or 0x5821EF) is known color: Han Purple. HEX triplet: 58, 21 and EF. RGB value is (88,33,239). Sum of RGB (Red+Green+Blue) = 88+33+239=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #5821EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5821EF is #A7DE10. Grayscale: #484848. Windows color (decimal): -11001361 or 15671640. OLE color: 15671640.
HSL color Cylindrical-coordinate representation of color #5821EF: hue angle of 256.02º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5821EF is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 33 | 239 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.06 |
| HSL | 256.02º | 0.87% | 0.53% | - |
| HSV(B) | 256.02º | 0.86% | 0.94% | - |
| XYZ | 20.15 | 9.39 | 82.41 | - |
| YUV | 72.93 | 221.72 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 33 | 239 | 0.63 | 0.86 | 0 | 0.06 | 256.02 | 0.87 | 0.53 |
| Hex | 58 | 21 | EF | 3F | 56 | 0 | 6 | 100 | 57 | 35 |
| Octal | 130 | 41 | 357 | 77 | 126 | 0 | 6 | 400 | 127 | 65 |
| Binary | 1011000 | 100001 | 11101111 | 111111 | 1010110 | 0 | 110 | 100000000 | 1010111 | 110101 |
Color Harmonies of #5821EF
Complementary color
Monochromatic Colors of #5821EF
Black with #5821EF
Text Example
Text Example
White with #5821EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5821EF; }
p { color: rgb(88,33,239); }
H1.HeaderClassName
{
color: #5821EF;
}
.AnyTagClassName
{
color: #5821EF;
}
</style>
background-color css
<style>
a { background-color: #5821EF; }
a { background-color: rgb(88,33,239); }
div.DivClassName
{
background-color: #5821EF;
}
.BgClassName
{
background-color: #5821EF;
}
</style>
border-color css
<style>
span { border-color: #5821EF; }
span { border-color: rgb(88,33,239); }
td.TdClassName
{
border-color: #5821EF;
}
.TagClassName
{
border-color: #5821EF;
}
</style>