Shades of Han Purple #580EDD
Tints of Han Purple #580EDD
RGB
CMYK
RGB Variations
Color information
#580EDD (or 0x580EDD) is known color: Han Purple. HEX triplet: 58, 0E and DD. RGB value is (88,14,221). Sum of RGB (Red+Green+Blue) = 88+14+221=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #580EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580EDD is #A7F122. Grayscale: #3A3A3A. Windows color (decimal): -11006243 or 14487128. OLE color: 14487128.
HSL color Cylindrical-coordinate representation of color #580EDD: hue angle of 261.45º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580EDD is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 14 | 221 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.13 |
| HSL | 261.45º | 0.88% | 0.46% | - |
| HSV(B) | 261.45º | 0.94% | 0.87% | - |
| XYZ | 17.23 | 7.61 | 68.97 | - |
| YUV | 59.72 | 219.02 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 221 | 0.60 | 0.94 | 0 | 0.13 | 261.45 | 0.88 | 0.46 |
| Hex | 58 | E | DD | 3C | 5E | 0 | D | 105 | 58 | 2E |
| Octal | 130 | 16 | 335 | 74 | 136 | 0 | 15 | 405 | 130 | 56 |
| Binary | 1011000 | 1110 | 11011101 | 111100 | 1011110 | 0 | 1101 | 100000101 | 1011000 | 101110 |
Color Harmonies of #580EDD
Complementary color
Monochromatic Colors of #580EDD
Black with #580EDD
Text Example
Text Example
White with #580EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580EDD; }
p { color: rgb(88,14,221); }
H1.HeaderClassName
{
color: #580EDD;
}
.AnyTagClassName
{
color: #580EDD;
}
</style>
background-color css
<style>
a { background-color: #580EDD; }
a { background-color: rgb(88,14,221); }
div.DivClassName
{
background-color: #580EDD;
}
.BgClassName
{
background-color: #580EDD;
}
</style>
border-color css
<style>
span { border-color: #580EDD; }
span { border-color: rgb(88,14,221); }
td.TdClassName
{
border-color: #580EDD;
}
.TagClassName
{
border-color: #580EDD;
}
</style>