Shades of Han Purple #591CF8
Tints of Han Purple #591CF8
RGB
CMYK
RGB Variations
Color information
#591CF8 (or 0x591CF8) is known color: Han Purple. HEX triplet: 59, 1C and F8. RGB value is (89,28,248). Sum of RGB (Red+Green+Blue) = 89+28+248=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 248 (97.27% from 255 or 67.95% from 365); Max value from RGB is 248 - color contains mainly: blue. Hex color #591CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591CF8 is #A6E307. Grayscale: #464646. Windows color (decimal): -10937096 or 16260185. OLE color: 16260185.
HSL color Cylindrical-coordinate representation of color #591CF8: hue angle of 256.64º 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 #591CF8 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 28 | 248 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.03 |
| HSL | 256.64º | 0.94% | 0.54% | - |
| HSV(B) | 256.64º | 0.89% | 0.97% | - |
| XYZ | 21.48 | 9.73 | 89.55 | - |
| YUV | 71.32 | 227.71 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 248 | 0.64 | 0.89 | 0 | 0.03 | 256.64 | 0.94 | 0.54 |
| Hex | 59 | 1C | F8 | 40 | 59 | 0 | 3 | 101 | 5E | 36 |
| Octal | 131 | 34 | 370 | 100 | 131 | 0 | 3 | 401 | 136 | 66 |
| Binary | 1011001 | 11100 | 11111000 | 1000000 | 1011001 | 0 | 11 | 100000001 | 1011110 | 110110 |
Color Harmonies of #591CF8
Complementary color
Monochromatic Colors of #591CF8
Black with #591CF8
Text Example
Text Example
White with #591CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CF8; }
p { color: rgb(89,28,248); }
H1.HeaderClassName
{
color: #591CF8;
}
.AnyTagClassName
{
color: #591CF8;
}
</style>
background-color css
<style>
a { background-color: #591CF8; }
a { background-color: rgb(89,28,248); }
div.DivClassName
{
background-color: #591CF8;
}
.BgClassName
{
background-color: #591CF8;
}
</style>
border-color css
<style>
span { border-color: #591CF8; }
span { border-color: rgb(89,28,248); }
td.TdClassName
{
border-color: #591CF8;
}
.TagClassName
{
border-color: #591CF8;
}
</style>