Shades of Han Purple #580EDF
Tints of Han Purple #580EDF
RGB
CMYK
RGB Variations
Color information
#580EDF (or 0x580EDF) is known color: Han Purple. HEX triplet: 58, 0E and DF. RGB value is (88,14,223). Sum of RGB (Red+Green+Blue) = 88+14+223=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #580EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580EDF is #A7F120. Grayscale: #3B3B3B. Windows color (decimal): -11006241 or 14618200. OLE color: 14618200.
HSL color Cylindrical-coordinate representation of color #580EDF: hue angle of 261.24º 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 #580EDF is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 14 | 223 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.13 |
| HSL | 261.24º | 0.88% | 0.46% | - |
| HSV(B) | 261.24º | 0.94% | 0.87% | - |
| XYZ | 17.5 | 7.72 | 70.38 | - |
| YUV | 59.95 | 220.02 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 223 | 0.61 | 0.94 | 0 | 0.13 | 261.24 | 0.88 | 0.46 |
| Hex | 58 | E | DF | 3D | 5E | 0 | D | 105 | 58 | 2E |
| Octal | 130 | 16 | 337 | 75 | 136 | 0 | 15 | 405 | 130 | 56 |
| Binary | 1011000 | 1110 | 11011111 | 111101 | 1011110 | 0 | 1101 | 100000101 | 1011000 | 101110 |
Color Harmonies of #580EDF
Complementary color
Monochromatic Colors of #580EDF
Black with #580EDF
Text Example
Text Example
White with #580EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580EDF; }
p { color: rgb(88,14,223); }
H1.HeaderClassName
{
color: #580EDF;
}
.AnyTagClassName
{
color: #580EDF;
}
</style>
background-color css
<style>
a { background-color: #580EDF; }
a { background-color: rgb(88,14,223); }
div.DivClassName
{
background-color: #580EDF;
}
.BgClassName
{
background-color: #580EDF;
}
</style>
border-color css
<style>
span { border-color: #580EDF; }
span { border-color: rgb(88,14,223); }
td.TdClassName
{
border-color: #580EDF;
}
.TagClassName
{
border-color: #580EDF;
}
</style>