Shades of Han Purple #5808ED
Tints of Han Purple #5808ED
RGB
CMYK
RGB Variations
Color information
#5808ED (or 0x5808ED) is known color: Han Purple. HEX triplet: 58, 08 and ED. RGB value is (88,8,237). Sum of RGB (Red+Green+Blue) = 88+8+237=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #5808ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5808ED is #A7F712. Grayscale: #393939. Windows color (decimal): -11007763 or 15534168. OLE color: 15534168.
HSL color Cylindrical-coordinate representation of color #5808ED: hue angle of 260.96º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5808ED is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 8 | 237 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.07 |
| HSL | 260.96º | 0.93% | 0.48% | - |
| HSV(B) | 260.96º | 0.97% | 0.93% | - |
| XYZ | 19.4 | 8.36 | 80.71 | - |
| YUV | 58.03 | 229 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 237 | 0.63 | 0.97 | 0 | 0.07 | 260.96 | 0.93 | 0.48 |
| Hex | 58 | 8 | ED | 3F | 61 | 0 | 7 | 105 | 5D | 30 |
| Octal | 130 | 10 | 355 | 77 | 141 | 0 | 7 | 405 | 135 | 60 |
| Binary | 1011000 | 1000 | 11101101 | 111111 | 1100001 | 0 | 111 | 100000101 | 1011101 | 110000 |
Color Harmonies of #5808ED
Complementary color
Monochromatic Colors of #5808ED
Black with #5808ED
Text Example
Text Example
White with #5808ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5808ED; }
p { color: rgb(88,8,237); }
H1.HeaderClassName
{
color: #5808ED;
}
.AnyTagClassName
{
color: #5808ED;
}
</style>
background-color css
<style>
a { background-color: #5808ED; }
a { background-color: rgb(88,8,237); }
div.DivClassName
{
background-color: #5808ED;
}
.BgClassName
{
background-color: #5808ED;
}
</style>
border-color css
<style>
span { border-color: #5808ED; }
span { border-color: rgb(88,8,237); }
td.TdClassName
{
border-color: #5808ED;
}
.TagClassName
{
border-color: #5808ED;
}
</style>