Shades of Han Purple #591FF3
Tints of Han Purple #591FF3
RGB
CMYK
RGB Variations
Color information
#591FF3 (or 0x591FF3) is known color: Han Purple. HEX triplet: 59, 1F and F3. RGB value is (89,31,243). Sum of RGB (Red+Green+Blue) = 89+31+243=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 243 (95.31% from 255 or 66.94% from 363); Max value from RGB is 243 - color contains mainly: blue. Hex color #591FF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591FF3 is #A6E00C. Grayscale: #474747. Windows color (decimal): -10936333 or 15933273. OLE color: 15933273.
HSL color Cylindrical-coordinate representation of color #591FF3: hue angle of 256.42º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591FF3 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 31 | 243 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.05 |
| HSL | 256.42º | 0.9% | 0.54% | - |
| HSV(B) | 256.42º | 0.87% | 0.95% | - |
| XYZ | 20.79 | 9.57 | 85.55 | - |
| YUV | 72.51 | 224.22 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 243 | 0.63 | 0.87 | 0 | 0.05 | 256.42 | 0.9 | 0.54 |
| Hex | 59 | 1F | F3 | 3F | 57 | 0 | 5 | 100 | 5A | 36 |
| Octal | 131 | 37 | 363 | 77 | 127 | 0 | 5 | 400 | 132 | 66 |
| Binary | 1011001 | 11111 | 11110011 | 111111 | 1010111 | 0 | 101 | 100000000 | 1011010 | 110110 |
Color Harmonies of #591FF3
Complementary color
Monochromatic Colors of #591FF3
Black with #591FF3
Text Example
Text Example
White with #591FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FF3; }
p { color: rgb(89,31,243); }
H1.HeaderClassName
{
color: #591FF3;
}
.AnyTagClassName
{
color: #591FF3;
}
</style>
background-color css
<style>
a { background-color: #591FF3; }
a { background-color: rgb(89,31,243); }
div.DivClassName
{
background-color: #591FF3;
}
.BgClassName
{
background-color: #591FF3;
}
</style>
border-color css
<style>
span { border-color: #591FF3; }
span { border-color: rgb(89,31,243); }
td.TdClassName
{
border-color: #591FF3;
}
.TagClassName
{
border-color: #591FF3;
}
</style>