Shades of Han Purple #591AF6
Tints of Han Purple #591AF6
RGB
CMYK
RGB Variations
Color information
#591AF6 (or 0x591AF6) is known color: Han Purple. HEX triplet: 59, 1A and F6. RGB value is (89,26,246). Sum of RGB (Red+Green+Blue) = 89+26+246=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 246 (96.48% from 255 or 68.14% from 361); Max value from RGB is 246 - color contains mainly: blue. Hex color #591AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591AF6 is #A6E509. Grayscale: #454545. Windows color (decimal): -10937610 or 16128601. OLE color: 16128601.
HSL color Cylindrical-coordinate representation of color #591AF6: hue angle of 257.18º 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 #591AF6 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 26 | 246 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.04 |
| HSL | 257.18º | 0.92% | 0.53% | - |
| HSV(B) | 257.18º | 0.89% | 0.96% | - |
| XYZ | 21.12 | 9.52 | 87.91 | - |
| YUV | 69.92 | 227.37 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 246 | 0.64 | 0.89 | 0 | 0.04 | 257.18 | 0.92 | 0.53 |
| Hex | 59 | 1A | F6 | 40 | 59 | 0 | 4 | 101 | 5C | 35 |
| Octal | 131 | 32 | 366 | 100 | 131 | 0 | 4 | 401 | 134 | 65 |
| Binary | 1011001 | 11010 | 11110110 | 1000000 | 1011001 | 0 | 100 | 100000001 | 1011100 | 110101 |
Color Harmonies of #591AF6
Complementary color
Monochromatic Colors of #591AF6
Black with #591AF6
Text Example
Text Example
White with #591AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591AF6; }
p { color: rgb(89,26,246); }
H1.HeaderClassName
{
color: #591AF6;
}
.AnyTagClassName
{
color: #591AF6;
}
</style>
background-color css
<style>
a { background-color: #591AF6; }
a { background-color: rgb(89,26,246); }
div.DivClassName
{
background-color: #591AF6;
}
.BgClassName
{
background-color: #591AF6;
}
</style>
border-color css
<style>
span { border-color: #591AF6; }
span { border-color: rgb(89,26,246); }
td.TdClassName
{
border-color: #591AF6;
}
.TagClassName
{
border-color: #591AF6;
}
</style>