Shades of Han Purple #580EFD
Tints of Han Purple #580EFD
RGB
CMYK
RGB Variations
Color information
#580EFD (or 0x580EFD) is known color: Han Purple. HEX triplet: 58, 0E and FD. RGB value is (88,14,253). Sum of RGB (Red+Green+Blue) = 88+14+253=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #580EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580EFD is #A7F102. Grayscale: #3E3E3E. Windows color (decimal): -11006211 or 16584280. OLE color: 16584280.
HSL color Cylindrical-coordinate representation of color #580EFD: hue angle of 258.58º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580EFD is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 14 | 253 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.01 |
| HSL | 258.58º | 0.98% | 0.52% | - |
| HSV(B) | 258.58º | 0.94% | 0.99% | - |
| XYZ | 21.91 | 9.48 | 93.6 | - |
| YUV | 63.37 | 235.02 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 253 | 0.65 | 0.94 | 0 | 0.01 | 258.58 | 0.98 | 0.52 |
| Hex | 58 | E | FD | 41 | 5E | 0 | 1 | 103 | 62 | 34 |
| Octal | 130 | 16 | 375 | 101 | 136 | 0 | 1 | 403 | 142 | 64 |
| Binary | 1011000 | 1110 | 11111101 | 1000001 | 1011110 | 0 | 1 | 100000011 | 1100010 | 110100 |
Color Harmonies of #580EFD
Complementary color
Monochromatic Colors of #580EFD
Black with #580EFD
Text Example
Text Example
White with #580EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580EFD; }
p { color: rgb(88,14,253); }
H1.HeaderClassName
{
color: #580EFD;
}
.AnyTagClassName
{
color: #580EFD;
}
</style>
background-color css
<style>
a { background-color: #580EFD; }
a { background-color: rgb(88,14,253); }
div.DivClassName
{
background-color: #580EFD;
}
.BgClassName
{
background-color: #580EFD;
}
</style>
border-color css
<style>
span { border-color: #580EFD; }
span { border-color: rgb(88,14,253); }
td.TdClassName
{
border-color: #580EFD;
}
.TagClassName
{
border-color: #580EFD;
}
</style>