Shades of Han Purple #591BF5
Tints of Han Purple #591BF5
RGB
CMYK
RGB Variations
Color information
#591BF5 (or 0x591BF5) is known color: Han Purple. HEX triplet: 59, 1B and F5. RGB value is (89,27,245). Sum of RGB (Red+Green+Blue) = 89+27+245=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 245 (96.09% from 255 or 67.87% from 361); Max value from RGB is 245 - color contains mainly: blue. Hex color #591BF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591BF5 is #A6E40A. Grayscale: #454545. Windows color (decimal): -10937355 or 16063321. OLE color: 16063321.
HSL color Cylindrical-coordinate representation of color #591BF5: hue angle of 257.06º 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 #591BF5 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 27 | 245 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.04 |
| HSL | 257.06º | 0.92% | 0.53% | - |
| HSV(B) | 257.06º | 0.89% | 0.96% | - |
| XYZ | 20.99 | 9.5 | 87.11 | - |
| YUV | 70.39 | 226.54 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 245 | 0.64 | 0.89 | 0 | 0.04 | 257.06 | 0.92 | 0.53 |
| Hex | 59 | 1B | F5 | 40 | 59 | 0 | 4 | 101 | 5C | 35 |
| Octal | 131 | 33 | 365 | 100 | 131 | 0 | 4 | 401 | 134 | 65 |
| Binary | 1011001 | 11011 | 11110101 | 1000000 | 1011001 | 0 | 100 | 100000001 | 1011100 | 110101 |
Color Harmonies of #591BF5
Complementary color
Monochromatic Colors of #591BF5
Black with #591BF5
Text Example
Text Example
White with #591BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591BF5; }
p { color: rgb(89,27,245); }
H1.HeaderClassName
{
color: #591BF5;
}
.AnyTagClassName
{
color: #591BF5;
}
</style>
background-color css
<style>
a { background-color: #591BF5; }
a { background-color: rgb(89,27,245); }
div.DivClassName
{
background-color: #591BF5;
}
.BgClassName
{
background-color: #591BF5;
}
</style>
border-color css
<style>
span { border-color: #591BF5; }
span { border-color: rgb(89,27,245); }
td.TdClassName
{
border-color: #591BF5;
}
.TagClassName
{
border-color: #591BF5;
}
</style>