Shades of Han Purple #5612DB
Tints of Han Purple #5612DB
RGB
CMYK
RGB Variations
Color information
#5612DB (or 0x5612DB) is known color: Han Purple. HEX triplet: 56, 12 and DB. RGB value is (86,18,219). Sum of RGB (Red+Green+Blue) = 86+18+219=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #5612DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5612DB is #A9ED24. Grayscale: #3C3C3C. Windows color (decimal): -11136293 or 14357078. OLE color: 14357078.
HSL color Cylindrical-coordinate representation of color #5612DB: hue angle of 260.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5612DB is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 18 | 219 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.14 |
| HSL | 260.3º | 0.85% | 0.46% | - |
| HSV(B) | 260.3º | 0.92% | 0.86% | - |
| XYZ | 16.84 | 7.53 | 67.58 | - |
| YUV | 61.25 | 217.03 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 219 | 0.61 | 0.92 | 0 | 0.14 | 260.3 | 0.85 | 0.46 |
| Hex | 56 | 12 | DB | 3D | 5C | 0 | E | 104 | 55 | 2E |
| Octal | 126 | 22 | 333 | 75 | 134 | 0 | 16 | 404 | 125 | 56 |
| Binary | 1010110 | 10010 | 11011011 | 111101 | 1011100 | 0 | 1110 | 100000100 | 1010101 | 101110 |
Color Harmonies of #5612DB
Complementary color
Monochromatic Colors of #5612DB
Black with #5612DB
Text Example
Text Example
White with #5612DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5612DB; }
p { color: rgb(86,18,219); }
H1.HeaderClassName
{
color: #5612DB;
}
.AnyTagClassName
{
color: #5612DB;
}
</style>
background-color css
<style>
a { background-color: #5612DB; }
a { background-color: rgb(86,18,219); }
div.DivClassName
{
background-color: #5612DB;
}
.BgClassName
{
background-color: #5612DB;
}
</style>
border-color css
<style>
span { border-color: #5612DB; }
span { border-color: rgb(86,18,219); }
td.TdClassName
{
border-color: #5612DB;
}
.TagClassName
{
border-color: #5612DB;
}
</style>