Shades of Han Purple #5609DB
Tints of Han Purple #5609DB
RGB
CMYK
RGB Variations
Color information
#5609DB (or 0x5609DB) is known color: Han Purple. HEX triplet: 56, 09 and DB. RGB value is (86,9,219). Sum of RGB (Red+Green+Blue) = 86+9+219=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 9 (3.91% from 255 or 2.87% 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 #5609DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5609DB is #A9F624. Grayscale: #373737. Windows color (decimal): -11138597 or 14354774. OLE color: 14354774.
HSL color Cylindrical-coordinate representation of color #5609DB: hue angle of 262º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5609DB is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 9 | 219 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.14 |
| HSL | 262º | 0.92% | 0.45% | - |
| HSV(B) | 262º | 0.96% | 0.86% | - |
| XYZ | 16.72 | 7.29 | 67.54 | - |
| YUV | 55.96 | 220.01 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 219 | 0.61 | 0.96 | 0 | 0.14 | 262 | 0.92 | 0.45 |
| Hex | 56 | 9 | DB | 3D | 60 | 0 | E | 106 | 5C | 2D |
| Octal | 126 | 11 | 333 | 75 | 140 | 0 | 16 | 406 | 134 | 55 |
| Binary | 1010110 | 1001 | 11011011 | 111101 | 1100000 | 0 | 1110 | 100000110 | 1011100 | 101101 |
Color Harmonies of #5609DB
Complementary color
Monochromatic Colors of #5609DB
Black with #5609DB
Text Example
Text Example
White with #5609DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5609DB; }
p { color: rgb(86,9,219); }
H1.HeaderClassName
{
color: #5609DB;
}
.AnyTagClassName
{
color: #5609DB;
}
</style>
background-color css
<style>
a { background-color: #5609DB; }
a { background-color: rgb(86,9,219); }
div.DivClassName
{
background-color: #5609DB;
}
.BgClassName
{
background-color: #5609DB;
}
</style>
border-color css
<style>
span { border-color: #5609DB; }
span { border-color: rgb(86,9,219); }
td.TdClassName
{
border-color: #5609DB;
}
.TagClassName
{
border-color: #5609DB;
}
</style>