Shades of Han Purple #591FFF
Tints of Han Purple #591FFF
RGB
CMYK
RGB Variations
Color information
#591FFF (or 0x591FFF) is known color: Han Purple. HEX triplet: 59, 1F and FF. RGB value is (89,31,255). Sum of RGB (Red+Green+Blue) = 89+31+255=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #591FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591FFF is #A6E000. Grayscale: #494949. Windows color (decimal): -10936321 or 16719705. OLE color: 16719705.
HSL color Cylindrical-coordinate representation of color #591FFF: hue angle of 255.54º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591FFF is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 31 | 255 | - |
| CMYK | 0.65 | 0.88 | 0 | 0 |
| HSL | 255.54º | 1% | 0.56% | - |
| HSV(B) | 255.54º | 0.88% | 1% | - |
| XYZ | 22.66 | 10.32 | 95.41 | - |
| YUV | 73.88 | 230.22 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 255 | 0.65 | 0.88 | 0 | 0 | 255.54 | 1 | 0.56 |
| Hex | 59 | 1F | FF | 41 | 58 | 0 | 0 | 100 | 64 | 38 |
| Octal | 131 | 37 | 377 | 101 | 130 | 0 | 0 | 400 | 144 | 70 |
| Binary | 1011001 | 11111 | 11111111 | 1000001 | 1011000 | 0 | 0 | 100000000 | 1100100 | 111000 |
Color Harmonies of #591FFF
Complementary color
Monochromatic Colors of #591FFF
Black with #591FFF
Text Example
Text Example
White with #591FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FFF; }
p { color: rgb(89,31,255); }
H1.HeaderClassName
{
color: #591FFF;
}
.AnyTagClassName
{
color: #591FFF;
}
</style>
background-color css
<style>
a { background-color: #591FFF; }
a { background-color: rgb(89,31,255); }
div.DivClassName
{
background-color: #591FFF;
}
.BgClassName
{
background-color: #591FFF;
}
</style>
border-color css
<style>
span { border-color: #591FFF; }
span { border-color: rgb(89,31,255); }
td.TdClassName
{
border-color: #591FFF;
}
.TagClassName
{
border-color: #591FFF;
}
</style>