Shades of Han Purple #590BEF
Tints of Han Purple #590BEF
RGB
CMYK
RGB Variations
Color information
#590BEF (or 0x590BEF) is known color: Han Purple. HEX triplet: 59, 0B and EF. RGB value is (89,11,239). Sum of RGB (Red+Green+Blue) = 89+11+239=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #590BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590BEF is #A6F410. Grayscale: #3B3B3B. Windows color (decimal): -10941457 or 15666009. OLE color: 15666009.
HSL color Cylindrical-coordinate representation of color #590BEF: hue angle of 260.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590BEF is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 11 | 239 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.06 |
| HSL | 260.53º | 0.91% | 0.49% | - |
| HSV(B) | 260.53º | 0.95% | 0.94% | - |
| XYZ | 19.82 | 8.6 | 82.28 | - |
| YUV | 60.31 | 228.84 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 239 | 0.63 | 0.95 | 0 | 0.06 | 260.53 | 0.91 | 0.49 |
| Hex | 59 | B | EF | 3F | 5F | 0 | 6 | 105 | 5B | 31 |
| Octal | 131 | 13 | 357 | 77 | 137 | 0 | 6 | 405 | 133 | 61 |
| Binary | 1011001 | 1011 | 11101111 | 111111 | 1011111 | 0 | 110 | 100000101 | 1011011 | 110001 |
Color Harmonies of #590BEF
Complementary color
Monochromatic Colors of #590BEF
Black with #590BEF
Text Example
Text Example
White with #590BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590BEF; }
p { color: rgb(89,11,239); }
H1.HeaderClassName
{
color: #590BEF;
}
.AnyTagClassName
{
color: #590BEF;
}
</style>
background-color css
<style>
a { background-color: #590BEF; }
a { background-color: rgb(89,11,239); }
div.DivClassName
{
background-color: #590BEF;
}
.BgClassName
{
background-color: #590BEF;
}
</style>
border-color css
<style>
span { border-color: #590BEF; }
span { border-color: rgb(89,11,239); }
td.TdClassName
{
border-color: #590BEF;
}
.TagClassName
{
border-color: #590BEF;
}
</style>