Shades of Han Purple #591AFC
Tints of Han Purple #591AFC
RGB
CMYK
RGB Variations
Color information
#591AFC (or 0x591AFC) is known color: Han Purple. HEX triplet: 59, 1A and FC. RGB value is (89,26,252). Sum of RGB (Red+Green+Blue) = 89+26+252=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #591AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591AFC is #A6E503. Grayscale: #454545. Windows color (decimal): -10937604 or 16521817. OLE color: 16521817.
HSL color Cylindrical-coordinate representation of color #591AFC: hue angle of 256.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #591AFC is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 26 | 252 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.01 |
| HSL | 256.73º | 0.97% | 0.55% | - |
| HSV(B) | 256.73º | 0.9% | 0.99% | - |
| XYZ | 22.06 | 9.89 | 92.84 | - |
| YUV | 70.6 | 230.37 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 252 | 0.65 | 0.90 | 0 | 0.01 | 256.73 | 0.97 | 0.55 |
| Hex | 59 | 1A | FC | 41 | 5A | 0 | 1 | 101 | 61 | 37 |
| Octal | 131 | 32 | 374 | 101 | 132 | 0 | 1 | 401 | 141 | 67 |
| Binary | 1011001 | 11010 | 11111100 | 1000001 | 1011010 | 0 | 1 | 100000001 | 1100001 | 110111 |
Color Harmonies of #591AFC
Complementary color
Monochromatic Colors of #591AFC
Black with #591AFC
Text Example
Text Example
White with #591AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591AFC; }
p { color: rgb(89,26,252); }
H1.HeaderClassName
{
color: #591AFC;
}
.AnyTagClassName
{
color: #591AFC;
}
</style>
background-color css
<style>
a { background-color: #591AFC; }
a { background-color: rgb(89,26,252); }
div.DivClassName
{
background-color: #591AFC;
}
.BgClassName
{
background-color: #591AFC;
}
</style>
border-color css
<style>
span { border-color: #591AFC; }
span { border-color: rgb(89,26,252); }
td.TdClassName
{
border-color: #591AFC;
}
.TagClassName
{
border-color: #591AFC;
}
</style>