Shades of Han Purple #591BF4
Tints of Han Purple #591BF4
RGB
CMYK
RGB Variations
Color information
#591BF4 (or 0x591BF4) is known color: Han Purple. HEX triplet: 59, 1B and F4. RGB value is (89,27,244). Sum of RGB (Red+Green+Blue) = 89+27+244=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 244 (95.70% from 255 or 67.78% from 360); Max value from RGB is 244 - color contains mainly: blue. Hex color #591BF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591BF4 is #A6E40B. Grayscale: #454545. Windows color (decimal): -10937356 or 15997785. OLE color: 15997785.
HSL color Cylindrical-coordinate representation of color #591BF4: hue angle of 257.14º degrees, saturation: 0.91, 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 #591BF4 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 27 | 244 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.04 |
| HSL | 257.14º | 0.91% | 0.53% | - |
| HSV(B) | 257.14º | 0.89% | 0.96% | - |
| XYZ | 20.84 | 9.44 | 86.31 | - |
| YUV | 70.28 | 226.04 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 244 | 0.64 | 0.89 | 0 | 0.04 | 257.14 | 0.91 | 0.53 |
| Hex | 59 | 1B | F4 | 40 | 59 | 0 | 4 | 101 | 5B | 35 |
| Octal | 131 | 33 | 364 | 100 | 131 | 0 | 4 | 401 | 133 | 65 |
| Binary | 1011001 | 11011 | 11110100 | 1000000 | 1011001 | 0 | 100 | 100000001 | 1011011 | 110101 |
Color Harmonies of #591BF4
Complementary color
Monochromatic Colors of #591BF4
Black with #591BF4
Text Example
Text Example
White with #591BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591BF4; }
p { color: rgb(89,27,244); }
H1.HeaderClassName
{
color: #591BF4;
}
.AnyTagClassName
{
color: #591BF4;
}
</style>
background-color css
<style>
a { background-color: #591BF4; }
a { background-color: rgb(89,27,244); }
div.DivClassName
{
background-color: #591BF4;
}
.BgClassName
{
background-color: #591BF4;
}
</style>
border-color css
<style>
span { border-color: #591BF4; }
span { border-color: rgb(89,27,244); }
td.TdClassName
{
border-color: #591BF4;
}
.TagClassName
{
border-color: #591BF4;
}
</style>