Shades of Han Purple #591BFC
Tints of Han Purple #591BFC
RGB
CMYK
RGB Variations
Color information
#591BFC (or 0x591BFC) is known color: Han Purple. HEX triplet: 59, 1B and FC. RGB value is (89,27,252). Sum of RGB (Red+Green+Blue) = 89+27+252=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #591BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591BFC is #A6E403. Grayscale: #464646. Windows color (decimal): -10937348 or 16522073. OLE color: 16522073.
HSL color Cylindrical-coordinate representation of color #591BFC: hue angle of 256.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591BFC is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 27 | 252 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.01 |
| HSL | 256.53º | 0.97% | 0.55% | - |
| HSV(B) | 256.53º | 0.89% | 0.99% | - |
| XYZ | 22.08 | 9.94 | 92.85 | - |
| YUV | 71.19 | 230.04 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 252 | 0.65 | 0.89 | 0 | 0.01 | 256.53 | 0.97 | 0.55 |
| Hex | 59 | 1B | FC | 41 | 59 | 0 | 1 | 101 | 61 | 37 |
| Octal | 131 | 33 | 374 | 101 | 131 | 0 | 1 | 401 | 141 | 67 |
| Binary | 1011001 | 11011 | 11111100 | 1000001 | 1011001 | 0 | 1 | 100000001 | 1100001 | 110111 |
Color Harmonies of #591BFC
Complementary color
Monochromatic Colors of #591BFC
Black with #591BFC
Text Example
Text Example
White with #591BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591BFC; }
p { color: rgb(89,27,252); }
H1.HeaderClassName
{
color: #591BFC;
}
.AnyTagClassName
{
color: #591BFC;
}
</style>
background-color css
<style>
a { background-color: #591BFC; }
a { background-color: rgb(89,27,252); }
div.DivClassName
{
background-color: #591BFC;
}
.BgClassName
{
background-color: #591BFC;
}
</style>
border-color css
<style>
span { border-color: #591BFC; }
span { border-color: rgb(89,27,252); }
td.TdClassName
{
border-color: #591BFC;
}
.TagClassName
{
border-color: #591BFC;
}
</style>