Shades of Han Purple #580DDB
Tints of Han Purple #580DDB
RGB
CMYK
RGB Variations
Color information
#580DDB (or 0x580DDB) is known color: Han Purple. HEX triplet: 58, 0D and DB. RGB value is (88,13,219). Sum of RGB (Red+Green+Blue) = 88+13+219=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #580DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580DDB is #A7F224. Grayscale: #3A3A3A. Windows color (decimal): -11006501 or 14355800. OLE color: 14355800.
HSL color Cylindrical-coordinate representation of color #580DDB: hue angle of 261.84º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580DDB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 13 | 219 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.14 |
| HSL | 261.84º | 0.89% | 0.45% | - |
| HSV(B) | 261.84º | 0.94% | 0.86% | - |
| XYZ | 16.95 | 7.48 | 67.57 | - |
| YUV | 58.91 | 218.35 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 13 | 219 | 0.60 | 0.94 | 0 | 0.14 | 261.84 | 0.89 | 0.45 |
| Hex | 58 | D | DB | 3C | 5E | 0 | E | 106 | 59 | 2D |
| Octal | 130 | 15 | 333 | 74 | 136 | 0 | 16 | 406 | 131 | 55 |
| Binary | 1011000 | 1101 | 11011011 | 111100 | 1011110 | 0 | 1110 | 100000110 | 1011001 | 101101 |
Color Harmonies of #580DDB
Complementary color
Monochromatic Colors of #580DDB
Black with #580DDB
Text Example
Text Example
White with #580DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580DDB; }
p { color: rgb(88,13,219); }
H1.HeaderClassName
{
color: #580DDB;
}
.AnyTagClassName
{
color: #580DDB;
}
</style>
background-color css
<style>
a { background-color: #580DDB; }
a { background-color: rgb(88,13,219); }
div.DivClassName
{
background-color: #580DDB;
}
.BgClassName
{
background-color: #580DDB;
}
</style>
border-color css
<style>
span { border-color: #580DDB; }
span { border-color: rgb(88,13,219); }
td.TdClassName
{
border-color: #580DDB;
}
.TagClassName
{
border-color: #580DDB;
}
</style>