Shades of Han Purple #591CFF
Tints of Han Purple #591CFF
RGB
CMYK
RGB Variations
Color information
#591CFF (or 0x591CFF) is known color: Han Purple. HEX triplet: 59, 1C and FF. RGB value is (89,28,255). Sum of RGB (Red+Green+Blue) = 89+28+255=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #591CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591CFF is #A6E300. Grayscale: #474747. Windows color (decimal): -10937089 or 16718937. OLE color: 16718937.
HSL color Cylindrical-coordinate representation of color #591CFF: hue angle of 256.12º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591CFF is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 28 | 255 | - |
| CMYK | 0.65 | 0.89 | 0 | 0 |
| HSL | 256.12º | 1% | 0.55% | - |
| HSV(B) | 256.12º | 0.89% | 1% | - |
| XYZ | 22.59 | 10.17 | 95.38 | - |
| YUV | 72.12 | 231.21 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 255 | 0.65 | 0.89 | 0 | 0 | 256.12 | 1 | 0.55 |
| Hex | 59 | 1C | FF | 41 | 59 | 0 | 0 | 100 | 64 | 37 |
| Octal | 131 | 34 | 377 | 101 | 131 | 0 | 0 | 400 | 144 | 67 |
| Binary | 1011001 | 11100 | 11111111 | 1000001 | 1011001 | 0 | 0 | 100000000 | 1100100 | 110111 |
Color Harmonies of #591CFF
Complementary color
Monochromatic Colors of #591CFF
Black with #591CFF
Text Example
Text Example
White with #591CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CFF; }
p { color: rgb(89,28,255); }
H1.HeaderClassName
{
color: #591CFF;
}
.AnyTagClassName
{
color: #591CFF;
}
</style>
background-color css
<style>
a { background-color: #591CFF; }
a { background-color: rgb(89,28,255); }
div.DivClassName
{
background-color: #591CFF;
}
.BgClassName
{
background-color: #591CFF;
}
</style>
border-color css
<style>
span { border-color: #591CFF; }
span { border-color: rgb(89,28,255); }
td.TdClassName
{
border-color: #591CFF;
}
.TagClassName
{
border-color: #591CFF;
}
</style>