Shades of Han Purple #591AF7
Tints of Han Purple #591AF7
RGB
CMYK
RGB Variations
Color information
#591AF7 (or 0x591AF7) is known color: Han Purple. HEX triplet: 59, 1A and F7. RGB value is (89,26,247). Sum of RGB (Red+Green+Blue) = 89+26+247=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 247 (96.88% from 255 or 68.23% from 362); Max value from RGB is 247 - color contains mainly: blue. Hex color #591AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591AF7 is #A6E508. Grayscale: #454545. Windows color (decimal): -10937609 or 16194137. OLE color: 16194137.
HSL color Cylindrical-coordinate representation of color #591AF7: hue angle of 257.1º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591AF7 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 26 | 247 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.03 |
| HSL | 257.1º | 0.93% | 0.54% | - |
| HSV(B) | 257.1º | 0.89% | 0.97% | - |
| XYZ | 21.28 | 9.58 | 88.72 | - |
| YUV | 70.03 | 227.87 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 247 | 0.64 | 0.89 | 0 | 0.03 | 257.1 | 0.93 | 0.54 |
| Hex | 59 | 1A | F7 | 40 | 59 | 0 | 3 | 101 | 5D | 36 |
| Octal | 131 | 32 | 367 | 100 | 131 | 0 | 3 | 401 | 135 | 66 |
| Binary | 1011001 | 11010 | 11110111 | 1000000 | 1011001 | 0 | 11 | 100000001 | 1011101 | 110110 |
Color Harmonies of #591AF7
Complementary color
Monochromatic Colors of #591AF7
Black with #591AF7
Text Example
Text Example
White with #591AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591AF7; }
p { color: rgb(89,26,247); }
H1.HeaderClassName
{
color: #591AF7;
}
.AnyTagClassName
{
color: #591AF7;
}
</style>
background-color css
<style>
a { background-color: #591AF7; }
a { background-color: rgb(89,26,247); }
div.DivClassName
{
background-color: #591AF7;
}
.BgClassName
{
background-color: #591AF7;
}
</style>
border-color css
<style>
span { border-color: #591AF7; }
span { border-color: rgb(89,26,247); }
td.TdClassName
{
border-color: #591AF7;
}
.TagClassName
{
border-color: #591AF7;
}
</style>