Shades of Han Purple #580DED
Tints of Han Purple #580DED
RGB
CMYK
RGB Variations
Color information
#580DED (or 0x580DED) is known color: Han Purple. HEX triplet: 58, 0D and ED. RGB value is (88,13,237). Sum of RGB (Red+Green+Blue) = 88+13+237=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #580DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580DED is #A7F212. Grayscale: #3C3C3C. Windows color (decimal): -11006483 or 15535448. OLE color: 15535448.
HSL color Cylindrical-coordinate representation of color #580DED: hue angle of 260.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580DED is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 13 | 237 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.07 |
| HSL | 260.09º | 0.9% | 0.49% | - |
| HSV(B) | 260.09º | 0.95% | 0.93% | - |
| XYZ | 19.45 | 8.48 | 80.73 | - |
| YUV | 60.96 | 227.35 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 13 | 237 | 0.63 | 0.95 | 0 | 0.07 | 260.09 | 0.9 | 0.49 |
| Hex | 58 | D | ED | 3F | 5F | 0 | 7 | 104 | 5A | 31 |
| Octal | 130 | 15 | 355 | 77 | 137 | 0 | 7 | 404 | 132 | 61 |
| Binary | 1011000 | 1101 | 11101101 | 111111 | 1011111 | 0 | 111 | 100000100 | 1011010 | 110001 |
Color Harmonies of #580DED
Complementary color
Monochromatic Colors of #580DED
Black with #580DED
Text Example
Text Example
White with #580DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580DED; }
p { color: rgb(88,13,237); }
H1.HeaderClassName
{
color: #580DED;
}
.AnyTagClassName
{
color: #580DED;
}
</style>
background-color css
<style>
a { background-color: #580DED; }
a { background-color: rgb(88,13,237); }
div.DivClassName
{
background-color: #580DED;
}
.BgClassName
{
background-color: #580DED;
}
</style>
border-color css
<style>
span { border-color: #580DED; }
span { border-color: rgb(88,13,237); }
td.TdClassName
{
border-color: #580DED;
}
.TagClassName
{
border-color: #580DED;
}
</style>