Shades of Han Purple #580EF0
Tints of Han Purple #580EF0
RGB
CMYK
RGB Variations
Color information
#580EF0 (or 0x580EF0) is known color: Han Purple. HEX triplet: 58, 0E and F0. RGB value is (88,14,240). Sum of RGB (Red+Green+Blue) = 88+14+240=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 240 (94.14% from 255 or 70.18% from 342); Max value from RGB is 240 - color contains mainly: blue. Hex color #580EF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580EF0 is #A7F10F. Grayscale: #3D3D3D. Windows color (decimal): -11006224 or 15732312. OLE color: 15732312.
HSL color Cylindrical-coordinate representation of color #580EF0: hue angle of 259.65º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580EF0 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 14 | 240 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.06 |
| HSL | 259.65º | 0.89% | 0.5% | - |
| HSV(B) | 259.65º | 0.94% | 0.94% | - |
| XYZ | 19.91 | 8.68 | 83.06 | - |
| YUV | 61.89 | 228.52 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 240 | 0.63 | 0.94 | 0 | 0.06 | 259.65 | 0.89 | 0.5 |
| Hex | 58 | E | F0 | 3F | 5E | 0 | 6 | 104 | 59 | 32 |
| Octal | 130 | 16 | 360 | 77 | 136 | 0 | 6 | 404 | 131 | 62 |
| Binary | 1011000 | 1110 | 11110000 | 111111 | 1011110 | 0 | 110 | 100000100 | 1011001 | 110010 |
Color Harmonies of #580EF0
Complementary color
Monochromatic Colors of #580EF0
Black with #580EF0
Text Example
Text Example
White with #580EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580EF0; }
p { color: rgb(88,14,240); }
H1.HeaderClassName
{
color: #580EF0;
}
.AnyTagClassName
{
color: #580EF0;
}
</style>
background-color css
<style>
a { background-color: #580EF0; }
a { background-color: rgb(88,14,240); }
div.DivClassName
{
background-color: #580EF0;
}
.BgClassName
{
background-color: #580EF0;
}
</style>
border-color css
<style>
span { border-color: #580EF0; }
span { border-color: rgb(88,14,240); }
td.TdClassName
{
border-color: #580EF0;
}
.TagClassName
{
border-color: #580EF0;
}
</style>