Shades of Han Purple #5605DB
Tints of Han Purple #5605DB
RGB
CMYK
RGB Variations
Color information
#5605DB (or 0x5605DB) is known color: Han Purple. HEX triplet: 56, 05 and DB. RGB value is (86,5,219). Sum of RGB (Red+Green+Blue) = 86+5+219=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #5605DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5605DB is #A9FA24. Grayscale: #343434. Windows color (decimal): -11139621 or 14353750. OLE color: 14353750.
HSL color Cylindrical-coordinate representation of color #5605DB: hue angle of 262.71º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5605DB is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 5 | 219 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.14 |
| HSL | 262.71º | 0.96% | 0.44% | - |
| HSV(B) | 262.71º | 0.98% | 0.86% | - |
| XYZ | 16.68 | 7.2 | 67.53 | - |
| YUV | 53.62 | 221.34 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 219 | 0.61 | 0.98 | 0 | 0.14 | 262.71 | 0.96 | 0.44 |
| Hex | 56 | 5 | DB | 3D | 62 | 0 | E | 107 | 60 | 2C |
| Octal | 126 | 5 | 333 | 75 | 142 | 0 | 16 | 407 | 140 | 54 |
| Binary | 1010110 | 101 | 11011011 | 111101 | 1100010 | 0 | 1110 | 100000111 | 1100000 | 101100 |
Color Harmonies of #5605DB
Complementary color
Monochromatic Colors of #5605DB
Black with #5605DB
Text Example
Text Example
White with #5605DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5605DB; }
p { color: rgb(86,5,219); }
H1.HeaderClassName
{
color: #5605DB;
}
.AnyTagClassName
{
color: #5605DB;
}
</style>
background-color css
<style>
a { background-color: #5605DB; }
a { background-color: rgb(86,5,219); }
div.DivClassName
{
background-color: #5605DB;
}
.BgClassName
{
background-color: #5605DB;
}
</style>
border-color css
<style>
span { border-color: #5605DB; }
span { border-color: rgb(86,5,219); }
td.TdClassName
{
border-color: #5605DB;
}
.TagClassName
{
border-color: #5605DB;
}
</style>