Shades of Han Purple #591CFE
Tints of Han Purple #591CFE
RGB
CMYK
RGB Variations
Color information
#591CFE (or 0x591CFE) is known color: Han Purple. HEX triplet: 59, 1C and FE. RGB value is (89,28,254). Sum of RGB (Red+Green+Blue) = 89+28+254=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #591CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591CFE is #A6E301. Grayscale: #474747. Windows color (decimal): -10937090 or 16653401. OLE color: 16653401.
HSL color Cylindrical-coordinate representation of color #591CFE: hue angle of 256.19º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591CFE is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 28 | 254 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.00 |
| HSL | 256.19º | 0.99% | 0.55% | - |
| HSV(B) | 256.19º | 0.89% | 1% | - |
| XYZ | 22.42 | 10.11 | 94.54 | - |
| YUV | 72 | 230.71 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 254 | 0.65 | 0.89 | 0 | 0.00 | 256.19 | 0.99 | 0.55 |
| Hex | 59 | 1C | FE | 41 | 59 | 0 | 0 | 100 | 63 | 37 |
| Octal | 131 | 34 | 376 | 101 | 131 | 0 | 0 | 400 | 143 | 67 |
| Binary | 1011001 | 11100 | 11111110 | 1000001 | 1011001 | 0 | 0 | 100000000 | 1100011 | 110111 |
Color Harmonies of #591CFE
Complementary color
Monochromatic Colors of #591CFE
Black with #591CFE
Text Example
Text Example
White with #591CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CFE; }
p { color: rgb(89,28,254); }
H1.HeaderClassName
{
color: #591CFE;
}
.AnyTagClassName
{
color: #591CFE;
}
</style>
background-color css
<style>
a { background-color: #591CFE; }
a { background-color: rgb(89,28,254); }
div.DivClassName
{
background-color: #591CFE;
}
.BgClassName
{
background-color: #591CFE;
}
</style>
border-color css
<style>
span { border-color: #591CFE; }
span { border-color: rgb(89,28,254); }
td.TdClassName
{
border-color: #591CFE;
}
.TagClassName
{
border-color: #591CFE;
}
</style>