Shades of Han Purple #580AFE
Tints of Han Purple #580AFE
RGB
CMYK
RGB Variations
Color information
#580AFE (or 0x580AFE) is known color: Han Purple. HEX triplet: 58, 0A and FE. RGB value is (88,10,254). Sum of RGB (Red+Green+Blue) = 88+10+254=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #580AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580AFE is #A7F501. Grayscale: #3C3C3C. Windows color (decimal): -11007234 or 16648792. OLE color: 16648792.
HSL color Cylindrical-coordinate representation of color #580AFE: hue angle of 259.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580AFE is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 10 | 254 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.00 |
| HSL | 259.18º | 0.99% | 0.52% | - |
| HSV(B) | 259.18º | 0.96% | 1% | - |
| XYZ | 22.02 | 9.45 | 94.43 | - |
| YUV | 61.14 | 236.84 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 254 | 0.65 | 0.96 | 0 | 0.00 | 259.18 | 0.99 | 0.52 |
| Hex | 58 | A | FE | 41 | 60 | 0 | 0 | 103 | 63 | 34 |
| Octal | 130 | 12 | 376 | 101 | 140 | 0 | 0 | 403 | 143 | 64 |
| Binary | 1011000 | 1010 | 11111110 | 1000001 | 1100000 | 0 | 0 | 100000011 | 1100011 | 110100 |
Color Harmonies of #580AFE
Complementary color
Monochromatic Colors of #580AFE
Black with #580AFE
Text Example
Text Example
White with #580AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580AFE; }
p { color: rgb(88,10,254); }
H1.HeaderClassName
{
color: #580AFE;
}
.AnyTagClassName
{
color: #580AFE;
}
</style>
background-color css
<style>
a { background-color: #580AFE; }
a { background-color: rgb(88,10,254); }
div.DivClassName
{
background-color: #580AFE;
}
.BgClassName
{
background-color: #580AFE;
}
</style>
border-color css
<style>
span { border-color: #580AFE; }
span { border-color: rgb(88,10,254); }
td.TdClassName
{
border-color: #580AFE;
}
.TagClassName
{
border-color: #580AFE;
}
</style>