Shades of Han Purple #5612DC
Tints of Han Purple #5612DC
RGB
CMYK
RGB Variations
Color information
#5612DC (or 0x5612DC) is known color: Han Purple. HEX triplet: 56, 12 and DC. RGB value is (86,18,220). Sum of RGB (Red+Green+Blue) = 86+18+220=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #5612DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5612DC is #A9ED23. Grayscale: #3C3C3C. Windows color (decimal): -11136292 or 14422614. OLE color: 14422614.
HSL color Cylindrical-coordinate representation of color #5612DC: hue angle of 260.2º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5612DC is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 18 | 220 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.14 |
| HSL | 260.2º | 0.85% | 0.47% | - |
| HSV(B) | 260.2º | 0.92% | 0.86% | - |
| XYZ | 16.97 | 7.58 | 68.28 | - |
| YUV | 61.36 | 217.53 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 220 | 0.61 | 0.92 | 0 | 0.14 | 260.2 | 0.85 | 0.47 |
| Hex | 56 | 12 | DC | 3D | 5C | 0 | E | 104 | 55 | 2F |
| Octal | 126 | 22 | 334 | 75 | 134 | 0 | 16 | 404 | 125 | 57 |
| Binary | 1010110 | 10010 | 11011100 | 111101 | 1011100 | 0 | 1110 | 100000100 | 1010101 | 101111 |
Color Harmonies of #5612DC
Complementary color
Monochromatic Colors of #5612DC
Black with #5612DC
Text Example
Text Example
White with #5612DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5612DC; }
p { color: rgb(86,18,220); }
H1.HeaderClassName
{
color: #5612DC;
}
.AnyTagClassName
{
color: #5612DC;
}
</style>
background-color css
<style>
a { background-color: #5612DC; }
a { background-color: rgb(86,18,220); }
div.DivClassName
{
background-color: #5612DC;
}
.BgClassName
{
background-color: #5612DC;
}
</style>
border-color css
<style>
span { border-color: #5612DC; }
span { border-color: rgb(86,18,220); }
td.TdClassName
{
border-color: #5612DC;
}
.TagClassName
{
border-color: #5612DC;
}
</style>