Shades of Han Purple #591CF1
Tints of Han Purple #591CF1
RGB
CMYK
RGB Variations
Color information
#591CF1 (or 0x591CF1) is known color: Han Purple. HEX triplet: 59, 1C and F1. RGB value is (89,28,241). Sum of RGB (Red+Green+Blue) = 89+28+241=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #591CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591CF1 is #A6E30E. Grayscale: #454545. Windows color (decimal): -10937103 or 15801433. OLE color: 15801433.
HSL color Cylindrical-coordinate representation of color #591CF1: hue angle of 257.18º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591CF1 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 28 | 241 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.05 |
| HSL | 257.18º | 0.88% | 0.53% | - |
| HSV(B) | 257.18º | 0.88% | 0.95% | - |
| XYZ | 20.41 | 9.31 | 83.94 | - |
| YUV | 70.52 | 224.21 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 241 | 0.63 | 0.88 | 0 | 0.05 | 257.18 | 0.88 | 0.53 |
| Hex | 59 | 1C | F1 | 3F | 58 | 0 | 5 | 101 | 58 | 35 |
| Octal | 131 | 34 | 361 | 77 | 130 | 0 | 5 | 401 | 130 | 65 |
| Binary | 1011001 | 11100 | 11110001 | 111111 | 1011000 | 0 | 101 | 100000001 | 1011000 | 110101 |
Color Harmonies of #591CF1
Complementary color
Monochromatic Colors of #591CF1
Black with #591CF1
Text Example
Text Example
White with #591CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CF1; }
p { color: rgb(89,28,241); }
H1.HeaderClassName
{
color: #591CF1;
}
.AnyTagClassName
{
color: #591CF1;
}
</style>
background-color css
<style>
a { background-color: #591CF1; }
a { background-color: rgb(89,28,241); }
div.DivClassName
{
background-color: #591CF1;
}
.BgClassName
{
background-color: #591CF1;
}
</style>
border-color css
<style>
span { border-color: #591CF1; }
span { border-color: rgb(89,28,241); }
td.TdClassName
{
border-color: #591CF1;
}
.TagClassName
{
border-color: #591CF1;
}
</style>