Shades of Han Purple #580EE1
Tints of Han Purple #580EE1
RGB
CMYK
RGB Variations
Color information
#580EE1 (or 0x580EE1) is known color: Han Purple. HEX triplet: 58, 0E and E1. RGB value is (88,14,225). Sum of RGB (Red+Green+Blue) = 88+14+225=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 225 (88.28% from 255 or 68.81% from 327); Max value from RGB is 225 - color contains mainly: blue. Hex color #580EE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580EE1 is #A7F11E. Grayscale: #3B3B3B. Windows color (decimal): -11006239 or 14749272. OLE color: 14749272.
HSL color Cylindrical-coordinate representation of color #580EE1: hue angle of 261.04º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580EE1 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 14 | 225 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.12 |
| HSL | 261.04º | 0.88% | 0.47% | - |
| HSV(B) | 261.04º | 0.94% | 0.88% | - |
| XYZ | 17.77 | 7.83 | 71.81 | - |
| YUV | 60.18 | 221.02 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 225 | 0.61 | 0.94 | 0 | 0.12 | 261.04 | 0.88 | 0.47 |
| Hex | 58 | E | E1 | 3D | 5E | 0 | C | 105 | 58 | 2F |
| Octal | 130 | 16 | 341 | 75 | 136 | 0 | 14 | 405 | 130 | 57 |
| Binary | 1011000 | 1110 | 11100001 | 111101 | 1011110 | 0 | 1100 | 100000101 | 1011000 | 101111 |
Color Harmonies of #580EE1
Complementary color
Monochromatic Colors of #580EE1
Black with #580EE1
Text Example
Text Example
White with #580EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580EE1; }
p { color: rgb(88,14,225); }
H1.HeaderClassName
{
color: #580EE1;
}
.AnyTagClassName
{
color: #580EE1;
}
</style>
background-color css
<style>
a { background-color: #580EE1; }
a { background-color: rgb(88,14,225); }
div.DivClassName
{
background-color: #580EE1;
}
.BgClassName
{
background-color: #580EE1;
}
</style>
border-color css
<style>
span { border-color: #580EE1; }
span { border-color: rgb(88,14,225); }
td.TdClassName
{
border-color: #580EE1;
}
.TagClassName
{
border-color: #580EE1;
}
</style>