Shades of Han Purple #590BED
Tints of Han Purple #590BED
RGB
CMYK
RGB Variations
Color information
#590BED (or 0x590BED) is known color: Han Purple. HEX triplet: 59, 0B and ED. RGB value is (89,11,237). Sum of RGB (Red+Green+Blue) = 89+11+237=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #590BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590BED is #A6F412. Grayscale: #3B3B3B. Windows color (decimal): -10941459 or 15534937. OLE color: 15534937.
HSL color Cylindrical-coordinate representation of color #590BED: hue angle of 260.71º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590BED is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 11 | 237 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.07 |
| HSL | 260.71º | 0.91% | 0.49% | - |
| HSV(B) | 260.71º | 0.95% | 0.93% | - |
| XYZ | 19.53 | 8.48 | 80.73 | - |
| YUV | 60.09 | 227.84 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 237 | 0.62 | 0.95 | 0 | 0.07 | 260.71 | 0.91 | 0.49 |
| Hex | 59 | B | ED | 3E | 5F | 0 | 7 | 105 | 5B | 31 |
| Octal | 131 | 13 | 355 | 76 | 137 | 0 | 7 | 405 | 133 | 61 |
| Binary | 1011001 | 1011 | 11101101 | 111110 | 1011111 | 0 | 111 | 100000101 | 1011011 | 110001 |
Color Harmonies of #590BED
Complementary color
Monochromatic Colors of #590BED
Black with #590BED
Text Example
Text Example
White with #590BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590BED; }
p { color: rgb(89,11,237); }
H1.HeaderClassName
{
color: #590BED;
}
.AnyTagClassName
{
color: #590BED;
}
</style>
background-color css
<style>
a { background-color: #590BED; }
a { background-color: rgb(89,11,237); }
div.DivClassName
{
background-color: #590BED;
}
.BgClassName
{
background-color: #590BED;
}
</style>
border-color css
<style>
span { border-color: #590BED; }
span { border-color: rgb(89,11,237); }
td.TdClassName
{
border-color: #590BED;
}
.TagClassName
{
border-color: #590BED;
}
</style>