Shades of Han Purple #5808E0
Tints of Han Purple #5808E0
RGB
CMYK
RGB Variations
Color information
#5808E0 (or 0x5808E0) is known color: Han Purple. HEX triplet: 58, 08 and E0. RGB value is (88,8,224). Sum of RGB (Red+Green+Blue) = 88+8+224=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #5808E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5808E0 is #A7F71F. Grayscale: #373737. Windows color (decimal): -11007776 or 14682200. OLE color: 14682200.
HSL color Cylindrical-coordinate representation of color #5808E0: hue angle of 262.22º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5808E0 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 8 | 224 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.12 |
| HSL | 262.22º | 0.93% | 0.45% | - |
| HSV(B) | 262.22º | 0.96% | 0.88% | - |
| XYZ | 17.57 | 7.63 | 71.07 | - |
| YUV | 56.54 | 222.5 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 224 | 0.61 | 0.96 | 0 | 0.12 | 262.22 | 0.93 | 0.45 |
| Hex | 58 | 8 | E0 | 3D | 60 | 0 | C | 106 | 5D | 2D |
| Octal | 130 | 10 | 340 | 75 | 140 | 0 | 14 | 406 | 135 | 55 |
| Binary | 1011000 | 1000 | 11100000 | 111101 | 1100000 | 0 | 1100 | 100000110 | 1011101 | 101101 |
Color Harmonies of #5808E0
Complementary color
Monochromatic Colors of #5808E0
Black with #5808E0
Text Example
Text Example
White with #5808E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5808E0; }
p { color: rgb(88,8,224); }
H1.HeaderClassName
{
color: #5808E0;
}
.AnyTagClassName
{
color: #5808E0;
}
</style>
background-color css
<style>
a { background-color: #5808E0; }
a { background-color: rgb(88,8,224); }
div.DivClassName
{
background-color: #5808E0;
}
.BgClassName
{
background-color: #5808E0;
}
</style>
border-color css
<style>
span { border-color: #5808E0; }
span { border-color: rgb(88,8,224); }
td.TdClassName
{
border-color: #5808E0;
}
.TagClassName
{
border-color: #5808E0;
}
</style>