Shades of Han Purple #580EDB
Tints of Han Purple #580EDB
RGB
CMYK
RGB Variations
Color information
#580EDB (or 0x580EDB) is known color: Han Purple. HEX triplet: 58, 0E and DB. RGB value is (88,14,219). Sum of RGB (Red+Green+Blue) = 88+14+219=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #580EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580EDB is #A7F124. Grayscale: #3A3A3A. Windows color (decimal): -11006245 or 14356056. OLE color: 14356056.
HSL color Cylindrical-coordinate representation of color #580EDB: hue angle of 261.66º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580EDB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 14 | 219 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.14 |
| HSL | 261.66º | 0.88% | 0.46% | - |
| HSV(B) | 261.66º | 0.94% | 0.86% | - |
| XYZ | 16.97 | 7.5 | 67.57 | - |
| YUV | 59.5 | 218.02 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 219 | 0.60 | 0.94 | 0 | 0.14 | 261.66 | 0.88 | 0.46 |
| Hex | 58 | E | DB | 3C | 5E | 0 | E | 106 | 58 | 2E |
| Octal | 130 | 16 | 333 | 74 | 136 | 0 | 16 | 406 | 130 | 56 |
| Binary | 1011000 | 1110 | 11011011 | 111100 | 1011110 | 0 | 1110 | 100000110 | 1011000 | 101110 |
Color Harmonies of #580EDB
Complementary color
Monochromatic Colors of #580EDB
Black with #580EDB
Text Example
Text Example
White with #580EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580EDB; }
p { color: rgb(88,14,219); }
H1.HeaderClassName
{
color: #580EDB;
}
.AnyTagClassName
{
color: #580EDB;
}
</style>
background-color css
<style>
a { background-color: #580EDB; }
a { background-color: rgb(88,14,219); }
div.DivClassName
{
background-color: #580EDB;
}
.BgClassName
{
background-color: #580EDB;
}
</style>
border-color css
<style>
span { border-color: #580EDB; }
span { border-color: rgb(88,14,219); }
td.TdClassName
{
border-color: #580EDB;
}
.TagClassName
{
border-color: #580EDB;
}
</style>