Shades of Han Purple #591FF8
Tints of Han Purple #591FF8
RGB
CMYK
RGB Variations
Color information
#591FF8 (or 0x591FF8) is known color: Han Purple. HEX triplet: 59, 1F and F8. RGB value is (89,31,248). Sum of RGB (Red+Green+Blue) = 89+31+248=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 248 (97.27% from 255 or 67.39% from 368); Max value from RGB is 248 - color contains mainly: blue. Hex color #591FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591FF8 is #A6E007. Grayscale: #484848. Windows color (decimal): -10936328 or 16260953. OLE color: 16260953.
HSL color Cylindrical-coordinate representation of color #591FF8: hue angle of 256.04º 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 #591FF8 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 31 | 248 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.03 |
| HSL | 256.04º | 0.94% | 0.55% | - |
| HSV(B) | 256.04º | 0.88% | 0.97% | - |
| XYZ | 21.55 | 9.88 | 89.58 | - |
| YUV | 73.08 | 226.72 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 248 | 0.64 | 0.88 | 0 | 0.03 | 256.04 | 0.94 | 0.55 |
| Hex | 59 | 1F | F8 | 40 | 58 | 0 | 3 | 100 | 5E | 37 |
| Octal | 131 | 37 | 370 | 100 | 130 | 0 | 3 | 400 | 136 | 67 |
| Binary | 1011001 | 11111 | 11111000 | 1000000 | 1011000 | 0 | 11 | 100000000 | 1011110 | 110111 |
Color Harmonies of #591FF8
Complementary color
Monochromatic Colors of #591FF8
Black with #591FF8
Text Example
Text Example
White with #591FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FF8; }
p { color: rgb(89,31,248); }
H1.HeaderClassName
{
color: #591FF8;
}
.AnyTagClassName
{
color: #591FF8;
}
</style>
background-color css
<style>
a { background-color: #591FF8; }
a { background-color: rgb(89,31,248); }
div.DivClassName
{
background-color: #591FF8;
}
.BgClassName
{
background-color: #591FF8;
}
</style>
border-color css
<style>
span { border-color: #591FF8; }
span { border-color: rgb(89,31,248); }
td.TdClassName
{
border-color: #591FF8;
}
.TagClassName
{
border-color: #591FF8;
}
</style>