Shades of Han Purple #5821DD
Tints of Han Purple #5821DD
RGB
CMYK
RGB Variations
Color information
#5821DD (or 0x5821DD) is known color: Han Purple. HEX triplet: 58, 21 and DD. RGB value is (88,33,221). Sum of RGB (Red+Green+Blue) = 88+33+221=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #5821DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5821DD is #A7DE22. Grayscale: #464646. Windows color (decimal): -11001379 or 14491992. OLE color: 14491992.
HSL color Cylindrical-coordinate representation of color #5821DD: hue angle of 257.55º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5821DD is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 33 | 221 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.13 |
| HSL | 257.55º | 0.74% | 0.5% | - |
| HSV(B) | 257.55º | 0.85% | 0.87% | - |
| XYZ | 17.62 | 8.38 | 69.1 | - |
| YUV | 70.88 | 212.72 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 33 | 221 | 0.60 | 0.85 | 0 | 0.13 | 257.55 | 0.74 | 0.5 |
| Hex | 58 | 21 | DD | 3C | 55 | 0 | D | 102 | 4A | 32 |
| Octal | 130 | 41 | 335 | 74 | 125 | 0 | 15 | 402 | 112 | 62 |
| Binary | 1011000 | 100001 | 11011101 | 111100 | 1010101 | 0 | 1101 | 100000010 | 1001010 | 110010 |
Color Harmonies of #5821DD
Complementary color
Monochromatic Colors of #5821DD
Black with #5821DD
Text Example
Text Example
White with #5821DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5821DD; }
p { color: rgb(88,33,221); }
H1.HeaderClassName
{
color: #5821DD;
}
.AnyTagClassName
{
color: #5821DD;
}
</style>
background-color css
<style>
a { background-color: #5821DD; }
a { background-color: rgb(88,33,221); }
div.DivClassName
{
background-color: #5821DD;
}
.BgClassName
{
background-color: #5821DD;
}
</style>
border-color css
<style>
span { border-color: #5821DD; }
span { border-color: rgb(88,33,221); }
td.TdClassName
{
border-color: #5821DD;
}
.TagClassName
{
border-color: #5821DD;
}
</style>