Shades of Han Purple #590BDF
Tints of Han Purple #590BDF
RGB
CMYK
RGB Variations
Color information
#590BDF (or 0x590BDF) is known color: Han Purple. HEX triplet: 59, 0B and DF. RGB value is (89,11,223). Sum of RGB (Red+Green+Blue) = 89+11+223=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #590BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590BDF is #A6F420. Grayscale: #393939. Windows color (decimal): -10941473 or 14617433. OLE color: 14617433.
HSL color Cylindrical-coordinate representation of color #590BDF: hue angle of 262.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590BDF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 11 | 223 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.13 |
| HSL | 262.08º | 0.91% | 0.46% | - |
| HSV(B) | 262.08º | 0.95% | 0.87% | - |
| XYZ | 17.56 | 7.69 | 70.37 | - |
| YUV | 58.49 | 220.84 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 223 | 0.60 | 0.95 | 0 | 0.13 | 262.08 | 0.91 | 0.46 |
| Hex | 59 | B | DF | 3C | 5F | 0 | D | 106 | 5B | 2E |
| Octal | 131 | 13 | 337 | 74 | 137 | 0 | 15 | 406 | 133 | 56 |
| Binary | 1011001 | 1011 | 11011111 | 111100 | 1011111 | 0 | 1101 | 100000110 | 1011011 | 101110 |
Color Harmonies of #590BDF
Complementary color
Monochromatic Colors of #590BDF
Black with #590BDF
Text Example
Text Example
White with #590BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590BDF; }
p { color: rgb(89,11,223); }
H1.HeaderClassName
{
color: #590BDF;
}
.AnyTagClassName
{
color: #590BDF;
}
</style>
background-color css
<style>
a { background-color: #590BDF; }
a { background-color: rgb(89,11,223); }
div.DivClassName
{
background-color: #590BDF;
}
.BgClassName
{
background-color: #590BDF;
}
</style>
border-color css
<style>
span { border-color: #590BDF; }
span { border-color: rgb(89,11,223); }
td.TdClassName
{
border-color: #590BDF;
}
.TagClassName
{
border-color: #590BDF;
}
</style>