Shades of Han Purple #5906DB
Tints of Han Purple #5906DB
RGB
CMYK
RGB Variations
Color information
#5906DB (or 0x5906DB) is known color: Han Purple. HEX triplet: 59, 06 and DB. RGB value is (89,6,219). Sum of RGB (Red+Green+Blue) = 89+6+219=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #5906DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5906DB is #A6F924. Grayscale: #363636. Windows color (decimal): -10942757 or 14354009. OLE color: 14354009.
HSL color Cylindrical-coordinate representation of color #5906DB: hue angle of 263.38º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5906DB is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 6 | 219 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.14 |
| HSL | 263.38º | 0.95% | 0.44% | - |
| HSV(B) | 263.38º | 0.97% | 0.86% | - |
| XYZ | 16.97 | 7.37 | 67.55 | - |
| YUV | 55.1 | 220.5 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 219 | 0.59 | 0.97 | 0 | 0.14 | 263.38 | 0.95 | 0.44 |
| Hex | 59 | 6 | DB | 3B | 61 | 0 | E | 107 | 5F | 2C |
| Octal | 131 | 6 | 333 | 73 | 141 | 0 | 16 | 407 | 137 | 54 |
| Binary | 1011001 | 110 | 11011011 | 111011 | 1100001 | 0 | 1110 | 100000111 | 1011111 | 101100 |
Color Harmonies of #5906DB
Complementary color
Monochromatic Colors of #5906DB
Black with #5906DB
Text Example
Text Example
White with #5906DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5906DB; }
p { color: rgb(89,6,219); }
H1.HeaderClassName
{
color: #5906DB;
}
.AnyTagClassName
{
color: #5906DB;
}
</style>
background-color css
<style>
a { background-color: #5906DB; }
a { background-color: rgb(89,6,219); }
div.DivClassName
{
background-color: #5906DB;
}
.BgClassName
{
background-color: #5906DB;
}
</style>
border-color css
<style>
span { border-color: #5906DB; }
span { border-color: rgb(89,6,219); }
td.TdClassName
{
border-color: #5906DB;
}
.TagClassName
{
border-color: #5906DB;
}
</style>