Shades of Han Purple #580AF6
Tints of Han Purple #580AF6
RGB
CMYK
RGB Variations
Color information
#580AF6 (or 0x580AF6) is known color: Han Purple. HEX triplet: 58, 0A and F6. RGB value is (88,10,246). Sum of RGB (Red+Green+Blue) = 88+10+246=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 246 (96.48% from 255 or 71.51% from 344); Max value from RGB is 246 - color contains mainly: blue. Hex color #580AF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580AF6 is #A7F509. Grayscale: #3B3B3B. Windows color (decimal): -11007242 or 16124504. OLE color: 16124504.
HSL color Cylindrical-coordinate representation of color #580AF6: hue angle of 259.83º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580AF6 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 10 | 246 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.04 |
| HSL | 259.83º | 0.93% | 0.5% | - |
| HSV(B) | 259.83º | 0.96% | 0.96% | - |
| XYZ | 20.77 | 8.95 | 87.82 | - |
| YUV | 60.23 | 232.84 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 246 | 0.64 | 0.96 | 0 | 0.04 | 259.83 | 0.93 | 0.5 |
| Hex | 58 | A | F6 | 40 | 60 | 0 | 4 | 104 | 5D | 32 |
| Octal | 130 | 12 | 366 | 100 | 140 | 0 | 4 | 404 | 135 | 62 |
| Binary | 1011000 | 1010 | 11110110 | 1000000 | 1100000 | 0 | 100 | 100000100 | 1011101 | 110010 |
Color Harmonies of #580AF6
Complementary color
Monochromatic Colors of #580AF6
Black with #580AF6
Text Example
Text Example
White with #580AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580AF6; }
p { color: rgb(88,10,246); }
H1.HeaderClassName
{
color: #580AF6;
}
.AnyTagClassName
{
color: #580AF6;
}
</style>
background-color css
<style>
a { background-color: #580AF6; }
a { background-color: rgb(88,10,246); }
div.DivClassName
{
background-color: #580AF6;
}
.BgClassName
{
background-color: #580AF6;
}
</style>
border-color css
<style>
span { border-color: #580AF6; }
span { border-color: rgb(88,10,246); }
td.TdClassName
{
border-color: #580AF6;
}
.TagClassName
{
border-color: #580AF6;
}
</style>