Shades of Han Purple #591EF6
Tints of Han Purple #591EF6
RGB
CMYK
RGB Variations
Color information
#591EF6 (or 0x591EF6) is known color: Han Purple. HEX triplet: 59, 1E and F6. RGB value is (89,30,246). Sum of RGB (Red+Green+Blue) = 89+30+246=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 246 (96.48% from 255 or 67.40% from 365); Max value from RGB is 246 - color contains mainly: blue. Hex color #591EF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591EF6 is #A6E109. Grayscale: #474747. Windows color (decimal): -10936586 or 16129625. OLE color: 16129625.
HSL color Cylindrical-coordinate representation of color #591EF6: hue angle of 256.39º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591EF6 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 30 | 246 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.04 |
| HSL | 256.39º | 0.92% | 0.54% | - |
| HSV(B) | 256.39º | 0.88% | 0.96% | - |
| XYZ | 21.22 | 9.71 | 87.94 | - |
| YUV | 72.27 | 226.05 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 246 | 0.64 | 0.88 | 0 | 0.04 | 256.39 | 0.92 | 0.54 |
| Hex | 59 | 1E | F6 | 40 | 58 | 0 | 4 | 100 | 5C | 36 |
| Octal | 131 | 36 | 366 | 100 | 130 | 0 | 4 | 400 | 134 | 66 |
| Binary | 1011001 | 11110 | 11110110 | 1000000 | 1011000 | 0 | 100 | 100000000 | 1011100 | 110110 |
Color Harmonies of #591EF6
Complementary color
Monochromatic Colors of #591EF6
Black with #591EF6
Text Example
Text Example
White with #591EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EF6; }
p { color: rgb(89,30,246); }
H1.HeaderClassName
{
color: #591EF6;
}
.AnyTagClassName
{
color: #591EF6;
}
</style>
background-color css
<style>
a { background-color: #591EF6; }
a { background-color: rgb(89,30,246); }
div.DivClassName
{
background-color: #591EF6;
}
.BgClassName
{
background-color: #591EF6;
}
</style>
border-color css
<style>
span { border-color: #591EF6; }
span { border-color: rgb(89,30,246); }
td.TdClassName
{
border-color: #591EF6;
}
.TagClassName
{
border-color: #591EF6;
}
</style>