Shades of Han Purple #591FF1
Tints of Han Purple #591FF1
RGB
CMYK
RGB Variations
Color information
#591FF1 (or 0x591FF1) is known color: Han Purple. HEX triplet: 59, 1F and F1. RGB value is (89,31,241). Sum of RGB (Red+Green+Blue) = 89+31+241=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #591FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591FF1 is #A6E00E. Grayscale: #474747. Windows color (decimal): -10936335 or 15802201. OLE color: 15802201.
HSL color Cylindrical-coordinate representation of color #591FF1: hue angle of 256.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591FF1 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 31 | 241 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.05 |
| HSL | 256.57º | 0.88% | 0.53% | - |
| HSV(B) | 256.57º | 0.87% | 0.95% | - |
| XYZ | 20.49 | 9.45 | 83.96 | - |
| YUV | 72.28 | 223.22 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 241 | 0.63 | 0.87 | 0 | 0.05 | 256.57 | 0.88 | 0.53 |
| Hex | 59 | 1F | F1 | 3F | 57 | 0 | 5 | 101 | 58 | 35 |
| Octal | 131 | 37 | 361 | 77 | 127 | 0 | 5 | 401 | 130 | 65 |
| Binary | 1011001 | 11111 | 11110001 | 111111 | 1010111 | 0 | 101 | 100000001 | 1011000 | 110101 |
Color Harmonies of #591FF1
Complementary color
Monochromatic Colors of #591FF1
Black with #591FF1
Text Example
Text Example
White with #591FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FF1; }
p { color: rgb(89,31,241); }
H1.HeaderClassName
{
color: #591FF1;
}
.AnyTagClassName
{
color: #591FF1;
}
</style>
background-color css
<style>
a { background-color: #591FF1; }
a { background-color: rgb(89,31,241); }
div.DivClassName
{
background-color: #591FF1;
}
.BgClassName
{
background-color: #591FF1;
}
</style>
border-color css
<style>
span { border-color: #591FF1; }
span { border-color: rgb(89,31,241); }
td.TdClassName
{
border-color: #591FF1;
}
.TagClassName
{
border-color: #591FF1;
}
</style>