Shades of Han Purple #591CF3
Tints of Han Purple #591CF3
RGB
CMYK
RGB Variations
Color information
#591CF3 (or 0x591CF3) is known color: Han Purple. HEX triplet: 59, 1C and F3. RGB value is (89,28,243). Sum of RGB (Red+Green+Blue) = 89+28+243=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 243 (95.31% from 255 or 67.5% from 360); Max value from RGB is 243 - color contains mainly: blue. Hex color #591CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591CF3 is #A6E30C. Grayscale: #454545. Windows color (decimal): -10937101 or 15932505. OLE color: 15932505.
HSL color Cylindrical-coordinate representation of color #591CF3: hue angle of 257.02º degrees, saturation: 0.9, 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 #591CF3 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 28 | 243 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.05 |
| HSL | 257.02º | 0.9% | 0.53% | - |
| HSV(B) | 257.02º | 0.88% | 0.95% | - |
| XYZ | 20.71 | 9.43 | 85.52 | - |
| YUV | 70.75 | 225.21 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 243 | 0.63 | 0.88 | 0 | 0.05 | 257.02 | 0.9 | 0.53 |
| Hex | 59 | 1C | F3 | 3F | 58 | 0 | 5 | 101 | 5A | 35 |
| Octal | 131 | 34 | 363 | 77 | 130 | 0 | 5 | 401 | 132 | 65 |
| Binary | 1011001 | 11100 | 11110011 | 111111 | 1011000 | 0 | 101 | 100000001 | 1011010 | 110101 |
Color Harmonies of #591CF3
Complementary color
Monochromatic Colors of #591CF3
Black with #591CF3
Text Example
Text Example
White with #591CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CF3; }
p { color: rgb(89,28,243); }
H1.HeaderClassName
{
color: #591CF3;
}
.AnyTagClassName
{
color: #591CF3;
}
</style>
background-color css
<style>
a { background-color: #591CF3; }
a { background-color: rgb(89,28,243); }
div.DivClassName
{
background-color: #591CF3;
}
.BgClassName
{
background-color: #591CF3;
}
</style>
border-color css
<style>
span { border-color: #591CF3; }
span { border-color: rgb(89,28,243); }
td.TdClassName
{
border-color: #591CF3;
}
.TagClassName
{
border-color: #591CF3;
}
</style>