Shades of Han Purple #580AFC
Tints of Han Purple #580AFC
RGB
CMYK
RGB Variations
Color information
#580AFC (or 0x580AFC) is known color: Han Purple. HEX triplet: 58, 0A and FC. RGB value is (88,10,252). Sum of RGB (Red+Green+Blue) = 88+10+252=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #580AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580AFC is #A7F503. Grayscale: #3C3C3C. Windows color (decimal): -11007236 or 16517720. OLE color: 16517720.
HSL color Cylindrical-coordinate representation of color #580AFC: hue angle of 259.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580AFC is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 10 | 252 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.01 |
| HSL | 259.34º | 0.98% | 0.51% | - |
| HSV(B) | 259.34º | 0.96% | 0.99% | - |
| XYZ | 21.7 | 9.32 | 92.75 | - |
| YUV | 60.91 | 235.84 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 252 | 0.65 | 0.96 | 0 | 0.01 | 259.34 | 0.98 | 0.51 |
| Hex | 58 | A | FC | 41 | 60 | 0 | 1 | 103 | 62 | 33 |
| Octal | 130 | 12 | 374 | 101 | 140 | 0 | 1 | 403 | 142 | 63 |
| Binary | 1011000 | 1010 | 11111100 | 1000001 | 1100000 | 0 | 1 | 100000011 | 1100010 | 110011 |
Color Harmonies of #580AFC
Complementary color
Monochromatic Colors of #580AFC
Black with #580AFC
Text Example
Text Example
White with #580AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580AFC; }
p { color: rgb(88,10,252); }
H1.HeaderClassName
{
color: #580AFC;
}
.AnyTagClassName
{
color: #580AFC;
}
</style>
background-color css
<style>
a { background-color: #580AFC; }
a { background-color: rgb(88,10,252); }
div.DivClassName
{
background-color: #580AFC;
}
.BgClassName
{
background-color: #580AFC;
}
</style>
border-color css
<style>
span { border-color: #580AFC; }
span { border-color: rgb(88,10,252); }
td.TdClassName
{
border-color: #580AFC;
}
.TagClassName
{
border-color: #580AFC;
}
</style>