Shades of Han Purple #591BF8
Tints of Han Purple #591BF8
RGB
CMYK
RGB Variations
Color information
#591BF8 (or 0x591BF8) is known color: Han Purple. HEX triplet: 59, 1B and F8. RGB value is (89,27,248). Sum of RGB (Red+Green+Blue) = 89+27+248=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 248 (97.27% from 255 or 68.13% from 364); Max value from RGB is 248 - color contains mainly: blue. Hex color #591BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591BF8 is #A6E407. Grayscale: #454545. Windows color (decimal): -10937352 or 16259929. OLE color: 16259929.
HSL color Cylindrical-coordinate representation of color #591BF8: hue angle of 256.83º degrees, saturation: 0.94, 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 #591BF8 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 27 | 248 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.03 |
| HSL | 256.83º | 0.94% | 0.54% | - |
| HSV(B) | 256.83º | 0.89% | 0.97% | - |
| XYZ | 21.46 | 9.69 | 89.55 | - |
| YUV | 70.73 | 228.04 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 248 | 0.64 | 0.89 | 0 | 0.03 | 256.83 | 0.94 | 0.54 |
| Hex | 59 | 1B | F8 | 40 | 59 | 0 | 3 | 101 | 5E | 36 |
| Octal | 131 | 33 | 370 | 100 | 131 | 0 | 3 | 401 | 136 | 66 |
| Binary | 1011001 | 11011 | 11111000 | 1000000 | 1011001 | 0 | 11 | 100000001 | 1011110 | 110110 |
Color Harmonies of #591BF8
Complementary color
Monochromatic Colors of #591BF8
Black with #591BF8
Text Example
Text Example
White with #591BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591BF8; }
p { color: rgb(89,27,248); }
H1.HeaderClassName
{
color: #591BF8;
}
.AnyTagClassName
{
color: #591BF8;
}
</style>
background-color css
<style>
a { background-color: #591BF8; }
a { background-color: rgb(89,27,248); }
div.DivClassName
{
background-color: #591BF8;
}
.BgClassName
{
background-color: #591BF8;
}
</style>
border-color css
<style>
span { border-color: #591BF8; }
span { border-color: rgb(89,27,248); }
td.TdClassName
{
border-color: #591BF8;
}
.TagClassName
{
border-color: #591BF8;
}
</style>