Shades of Han Purple #5810DB
Tints of Han Purple #5810DB
RGB
CMYK
RGB Variations
Color information
#5810DB (or 0x5810DB) is known color: Han Purple. HEX triplet: 58, 10 and DB. RGB value is (88,16,219). Sum of RGB (Red+Green+Blue) = 88+16+219=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #5810DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5810DB is #A7EF24. Grayscale: #3B3B3B. Windows color (decimal): -11005733 or 14356568. OLE color: 14356568.
HSL color Cylindrical-coordinate representation of color #5810DB: hue angle of 261.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5810DB is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 16 | 219 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.14 |
| HSL | 261.28º | 0.86% | 0.46% | - |
| HSV(B) | 261.28º | 0.93% | 0.86% | - |
| XYZ | 17 | 7.56 | 67.58 | - |
| YUV | 60.67 | 217.35 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 219 | 0.60 | 0.93 | 0 | 0.14 | 261.28 | 0.86 | 0.46 |
| Hex | 58 | 10 | DB | 3C | 5D | 0 | E | 105 | 56 | 2E |
| Octal | 130 | 20 | 333 | 74 | 135 | 0 | 16 | 405 | 126 | 56 |
| Binary | 1011000 | 10000 | 11011011 | 111100 | 1011101 | 0 | 1110 | 100000101 | 1010110 | 101110 |
Color Harmonies of #5810DB
Complementary color
Monochromatic Colors of #5810DB
Black with #5810DB
Text Example
Text Example
White with #5810DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5810DB; }
p { color: rgb(88,16,219); }
H1.HeaderClassName
{
color: #5810DB;
}
.AnyTagClassName
{
color: #5810DB;
}
</style>
background-color css
<style>
a { background-color: #5810DB; }
a { background-color: rgb(88,16,219); }
div.DivClassName
{
background-color: #5810DB;
}
.BgClassName
{
background-color: #5810DB;
}
</style>
border-color css
<style>
span { border-color: #5810DB; }
span { border-color: rgb(88,16,219); }
td.TdClassName
{
border-color: #5810DB;
}
.TagClassName
{
border-color: #5810DB;
}
</style>