Shades of Han Purple #590BFC
Tints of Han Purple #590BFC
RGB
CMYK
RGB Variations
Color information
#590BFC (or 0x590BFC) is known color: Han Purple. HEX triplet: 59, 0B and FC. RGB value is (89,11,252). Sum of RGB (Red+Green+Blue) = 89+11+252=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #590BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590BFC is #A6F403. Grayscale: #3C3C3C. Windows color (decimal): -10941444 or 16517977. OLE color: 16517977.
HSL color Cylindrical-coordinate representation of color #590BFC: hue angle of 259.42º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590BFC is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 11 | 252 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.01 |
| HSL | 259.42º | 0.98% | 0.52% | - |
| HSV(B) | 259.42º | 0.96% | 0.99% | - |
| XYZ | 21.81 | 9.39 | 92.76 | - |
| YUV | 61.8 | 235.34 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 252 | 0.65 | 0.96 | 0 | 0.01 | 259.42 | 0.98 | 0.52 |
| Hex | 59 | B | FC | 41 | 60 | 0 | 1 | 103 | 62 | 34 |
| Octal | 131 | 13 | 374 | 101 | 140 | 0 | 1 | 403 | 142 | 64 |
| Binary | 1011001 | 1011 | 11111100 | 1000001 | 1100000 | 0 | 1 | 100000011 | 1100010 | 110100 |
Color Harmonies of #590BFC
Complementary color
Monochromatic Colors of #590BFC
Black with #590BFC
Text Example
Text Example
White with #590BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590BFC; }
p { color: rgb(89,11,252); }
H1.HeaderClassName
{
color: #590BFC;
}
.AnyTagClassName
{
color: #590BFC;
}
</style>
background-color css
<style>
a { background-color: #590BFC; }
a { background-color: rgb(89,11,252); }
div.DivClassName
{
background-color: #590BFC;
}
.BgClassName
{
background-color: #590BFC;
}
</style>
border-color css
<style>
span { border-color: #590BFC; }
span { border-color: rgb(89,11,252); }
td.TdClassName
{
border-color: #590BFC;
}
.TagClassName
{
border-color: #590BFC;
}
</style>