Shades of Han Purple #580EFE
Tints of Han Purple #580EFE
RGB
CMYK
RGB Variations
Color information
#580EFE (or 0x580EFE) is known color: Han Purple. HEX triplet: 58, 0E and FE. RGB value is (88,14,254). Sum of RGB (Red+Green+Blue) = 88+14+254=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #580EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580EFE is #A7F101. Grayscale: #3E3E3E. Windows color (decimal): -11006210 or 16649816. OLE color: 16649816.
HSL color Cylindrical-coordinate representation of color #580EFE: hue angle of 258.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580EFE is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 14 | 254 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.00 |
| HSL | 258.5º | 0.99% | 0.53% | - |
| HSV(B) | 258.5º | 0.94% | 1% | - |
| XYZ | 22.07 | 9.54 | 94.44 | - |
| YUV | 63.49 | 235.52 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 254 | 0.65 | 0.94 | 0 | 0.00 | 258.5 | 0.99 | 0.53 |
| Hex | 58 | E | FE | 41 | 5E | 0 | 0 | 102 | 63 | 35 |
| Octal | 130 | 16 | 376 | 101 | 136 | 0 | 0 | 402 | 143 | 65 |
| Binary | 1011000 | 1110 | 11111110 | 1000001 | 1011110 | 0 | 0 | 100000010 | 1100011 | 110101 |
Color Harmonies of #580EFE
Complementary color
Monochromatic Colors of #580EFE
Black with #580EFE
Text Example
Text Example
White with #580EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580EFE; }
p { color: rgb(88,14,254); }
H1.HeaderClassName
{
color: #580EFE;
}
.AnyTagClassName
{
color: #580EFE;
}
</style>
background-color css
<style>
a { background-color: #580EFE; }
a { background-color: rgb(88,14,254); }
div.DivClassName
{
background-color: #580EFE;
}
.BgClassName
{
background-color: #580EFE;
}
</style>
border-color css
<style>
span { border-color: #580EFE; }
span { border-color: rgb(88,14,254); }
td.TdClassName
{
border-color: #580EFE;
}
.TagClassName
{
border-color: #580EFE;
}
</style>