Shades of Han Purple #5819DD
Tints of Han Purple #5819DD
RGB
CMYK
RGB Variations
Color information
#5819DD (or 0x5819DD) is known color: Han Purple. HEX triplet: 58, 19 and DD. RGB value is (88,25,221). Sum of RGB (Red+Green+Blue) = 88+25+221=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #5819DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5819DD is #A7E622. Grayscale: #414141. Windows color (decimal): -11003427 or 14489944. OLE color: 14489944.
HSL color Cylindrical-coordinate representation of color #5819DD: hue angle of 259.29º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5819DD is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 25 | 221 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.13 |
| HSL | 259.29º | 0.8% | 0.48% | - |
| HSV(B) | 259.29º | 0.89% | 0.87% | - |
| XYZ | 17.42 | 7.99 | 69.03 | - |
| YUV | 66.18 | 215.37 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 221 | 0.60 | 0.89 | 0 | 0.13 | 259.29 | 0.8 | 0.48 |
| Hex | 58 | 19 | DD | 3C | 59 | 0 | D | 103 | 50 | 30 |
| Octal | 130 | 31 | 335 | 74 | 131 | 0 | 15 | 403 | 120 | 60 |
| Binary | 1011000 | 11001 | 11011101 | 111100 | 1011001 | 0 | 1101 | 100000011 | 1010000 | 110000 |
Color Harmonies of #5819DD
Complementary color
Monochromatic Colors of #5819DD
Black with #5819DD
Text Example
Text Example
White with #5819DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5819DD; }
p { color: rgb(88,25,221); }
H1.HeaderClassName
{
color: #5819DD;
}
.AnyTagClassName
{
color: #5819DD;
}
</style>
background-color css
<style>
a { background-color: #5819DD; }
a { background-color: rgb(88,25,221); }
div.DivClassName
{
background-color: #5819DD;
}
.BgClassName
{
background-color: #5819DD;
}
</style>
border-color css
<style>
span { border-color: #5819DD; }
span { border-color: rgb(88,25,221); }
td.TdClassName
{
border-color: #5819DD;
}
.TagClassName
{
border-color: #5819DD;
}
</style>