Shades of Han Purple #591EF8
Tints of Han Purple #591EF8
RGB
CMYK
RGB Variations
Color information
#591EF8 (or 0x591EF8) is known color: Han Purple. HEX triplet: 59, 1E and F8. RGB value is (89,30,248). Sum of RGB (Red+Green+Blue) = 89+30+248=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 248 (97.27% from 255 or 67.57% from 367); Max value from RGB is 248 - color contains mainly: blue. Hex color #591EF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591EF8 is #A6E107. Grayscale: #474747. Windows color (decimal): -10936584 or 16260697. OLE color: 16260697.
HSL color Cylindrical-coordinate representation of color #591EF8: hue angle of 256.24º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591EF8 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 30 | 248 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.03 |
| HSL | 256.24º | 0.94% | 0.55% | - |
| HSV(B) | 256.24º | 0.88% | 0.97% | - |
| XYZ | 21.53 | 9.83 | 89.57 | - |
| YUV | 72.49 | 227.05 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 248 | 0.64 | 0.88 | 0 | 0.03 | 256.24 | 0.94 | 0.55 |
| Hex | 59 | 1E | F8 | 40 | 58 | 0 | 3 | 100 | 5E | 37 |
| Octal | 131 | 36 | 370 | 100 | 130 | 0 | 3 | 400 | 136 | 67 |
| Binary | 1011001 | 11110 | 11111000 | 1000000 | 1011000 | 0 | 11 | 100000000 | 1011110 | 110111 |
Color Harmonies of #591EF8
Complementary color
Monochromatic Colors of #591EF8
Black with #591EF8
Text Example
Text Example
White with #591EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EF8; }
p { color: rgb(89,30,248); }
H1.HeaderClassName
{
color: #591EF8;
}
.AnyTagClassName
{
color: #591EF8;
}
</style>
background-color css
<style>
a { background-color: #591EF8; }
a { background-color: rgb(89,30,248); }
div.DivClassName
{
background-color: #591EF8;
}
.BgClassName
{
background-color: #591EF8;
}
</style>
border-color css
<style>
span { border-color: #591EF8; }
span { border-color: rgb(89,30,248); }
td.TdClassName
{
border-color: #591EF8;
}
.TagClassName
{
border-color: #591EF8;
}
</style>