Shades of Han Purple #5822DC
Tints of Han Purple #5822DC
RGB
CMYK
RGB Variations
Color information
#5822DC (or 0x5822DC) is known color: Han Purple. HEX triplet: 58, 22 and DC. RGB value is (88,34,220). Sum of RGB (Red+Green+Blue) = 88+34+220=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #5822DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5822DC is #A7DD23. Grayscale: #464646. Windows color (decimal): -11001124 or 14426712. OLE color: 14426712.
HSL color Cylindrical-coordinate representation of color #5822DC: hue angle of 257.42º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5822DC is Cyan = 0.6, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 34 | 220 | - |
| CMYK | 0.6 | 0.85 | 0 | 0.14 |
| HSL | 257.42º | 0.73% | 0.5% | - |
| HSV(B) | 257.42º | 0.85% | 0.86% | - |
| XYZ | 17.51 | 8.39 | 68.41 | - |
| YUV | 71.35 | 211.89 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 220 | 0.6 | 0.85 | 0 | 0.14 | 257.42 | 0.73 | 0.5 |
| Hex | 58 | 22 | DC | 3C | 55 | 0 | E | 101 | 49 | 32 |
| Octal | 130 | 42 | 334 | 74 | 125 | 0 | 16 | 401 | 111 | 62 |
| Binary | 1011000 | 100010 | 11011100 | 111100 | 1010101 | 0 | 1110 | 100000001 | 1001001 | 110010 |
Color Harmonies of #5822DC
Complementary color
Monochromatic Colors of #5822DC
Black with #5822DC
Text Example
Text Example
White with #5822DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5822DC; }
p { color: rgb(88,34,220); }
H1.HeaderClassName
{
color: #5822DC;
}
.AnyTagClassName
{
color: #5822DC;
}
</style>
background-color css
<style>
a { background-color: #5822DC; }
a { background-color: rgb(88,34,220); }
div.DivClassName
{
background-color: #5822DC;
}
.BgClassName
{
background-color: #5822DC;
}
</style>
border-color css
<style>
span { border-color: #5822DC; }
span { border-color: rgb(88,34,220); }
td.TdClassName
{
border-color: #5822DC;
}
.TagClassName
{
border-color: #5822DC;
}
</style>