Shades of Han Purple #581AF6
Tints of Han Purple #581AF6
RGB
CMYK
RGB Variations
Color information
#581AF6 (or 0x581AF6) is known color: Han Purple. HEX triplet: 58, 1A and F6. RGB value is (88,26,246). Sum of RGB (Red+Green+Blue) = 88+26+246=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 246 (96.48% from 255 or 68.33% from 360); Max value from RGB is 246 - color contains mainly: blue. Hex color #581AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581AF6 is #A7E509. Grayscale: #444444. Windows color (decimal): -11003146 or 16128600. OLE color: 16128600.
HSL color Cylindrical-coordinate representation of color #581AF6: hue angle of 256.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581AF6 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 26 | 246 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.04 |
| HSL | 256.91º | 0.92% | 0.53% | - |
| HSV(B) | 256.91º | 0.89% | 0.96% | - |
| XYZ | 21.03 | 9.47 | 87.91 | - |
| YUV | 69.62 | 227.54 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 246 | 0.64 | 0.89 | 0 | 0.04 | 256.91 | 0.92 | 0.53 |
| Hex | 58 | 1A | F6 | 40 | 59 | 0 | 4 | 101 | 5C | 35 |
| Octal | 130 | 32 | 366 | 100 | 131 | 0 | 4 | 401 | 134 | 65 |
| Binary | 1011000 | 11010 | 11110110 | 1000000 | 1011001 | 0 | 100 | 100000001 | 1011100 | 110101 |
Color Harmonies of #581AF6
Complementary color
Monochromatic Colors of #581AF6
Black with #581AF6
Text Example
Text Example
White with #581AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581AF6; }
p { color: rgb(88,26,246); }
H1.HeaderClassName
{
color: #581AF6;
}
.AnyTagClassName
{
color: #581AF6;
}
</style>
background-color css
<style>
a { background-color: #581AF6; }
a { background-color: rgb(88,26,246); }
div.DivClassName
{
background-color: #581AF6;
}
.BgClassName
{
background-color: #581AF6;
}
</style>
border-color css
<style>
span { border-color: #581AF6; }
span { border-color: rgb(88,26,246); }
td.TdClassName
{
border-color: #581AF6;
}
.TagClassName
{
border-color: #581AF6;
}
</style>