Shades of Han Purple #5817DD
Tints of Han Purple #5817DD
RGB
CMYK
RGB Variations
Color information
#5817DD (or 0x5817DD) is known color: Han Purple. HEX triplet: 58, 17 and DD. RGB value is (88,23,221). Sum of RGB (Red+Green+Blue) = 88+23+221=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #5817DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5817DD is #A7E822. Grayscale: #404040. Windows color (decimal): -11003939 or 14489432. OLE color: 14489432.
HSL color Cylindrical-coordinate representation of color #5817DD: hue angle of 259.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5817DD is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 23 | 221 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.13 |
| HSL | 259.7º | 0.81% | 0.48% | - |
| HSV(B) | 259.7º | 0.9% | 0.87% | - |
| XYZ | 17.38 | 7.91 | 69.02 | - |
| YUV | 65.01 | 216.03 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 221 | 0.60 | 0.90 | 0 | 0.13 | 259.7 | 0.81 | 0.48 |
| Hex | 58 | 17 | DD | 3C | 5A | 0 | D | 104 | 51 | 30 |
| Octal | 130 | 27 | 335 | 74 | 132 | 0 | 15 | 404 | 121 | 60 |
| Binary | 1011000 | 10111 | 11011101 | 111100 | 1011010 | 0 | 1101 | 100000100 | 1010001 | 110000 |
Color Harmonies of #5817DD
Complementary color
Monochromatic Colors of #5817DD
Black with #5817DD
Text Example
Text Example
White with #5817DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5817DD; }
p { color: rgb(88,23,221); }
H1.HeaderClassName
{
color: #5817DD;
}
.AnyTagClassName
{
color: #5817DD;
}
</style>
background-color css
<style>
a { background-color: #5817DD; }
a { background-color: rgb(88,23,221); }
div.DivClassName
{
background-color: #5817DD;
}
.BgClassName
{
background-color: #5817DD;
}
</style>
border-color css
<style>
span { border-color: #5817DD; }
span { border-color: rgb(88,23,221); }
td.TdClassName
{
border-color: #5817DD;
}
.TagClassName
{
border-color: #5817DD;
}
</style>