Shades of Han Purple #5606EC
Tints of Han Purple #5606EC
RGB
CMYK
RGB Variations
Color information
#5606EC (or 0x5606EC) is known color: Han Purple. HEX triplet: 56, 06 and EC. RGB value is (86,6,236). Sum of RGB (Red+Green+Blue) = 86+6+236=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #5606EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5606EC is #A9F913. Grayscale: #373737. Windows color (decimal): -11139348 or 15468118. OLE color: 15468118.
HSL color Cylindrical-coordinate representation of color #5606EC: hue angle of 260.87º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5606EC is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 6 | 236 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.07 |
| HSL | 260.87º | 0.95% | 0.47% | - |
| HSV(B) | 260.87º | 0.97% | 0.93% | - |
| XYZ | 19.04 | 8.16 | 79.93 | - |
| YUV | 56.14 | 229.5 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 236 | 0.64 | 0.97 | 0 | 0.07 | 260.87 | 0.95 | 0.47 |
| Hex | 56 | 6 | EC | 40 | 61 | 0 | 7 | 105 | 5F | 2F |
| Octal | 126 | 6 | 354 | 100 | 141 | 0 | 7 | 405 | 137 | 57 |
| Binary | 1010110 | 110 | 11101100 | 1000000 | 1100001 | 0 | 111 | 100000101 | 1011111 | 101111 |
Color Harmonies of #5606EC
Complementary color
Monochromatic Colors of #5606EC
Black with #5606EC
Text Example
Text Example
White with #5606EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5606EC; }
p { color: rgb(86,6,236); }
H1.HeaderClassName
{
color: #5606EC;
}
.AnyTagClassName
{
color: #5606EC;
}
</style>
background-color css
<style>
a { background-color: #5606EC; }
a { background-color: rgb(86,6,236); }
div.DivClassName
{
background-color: #5606EC;
}
.BgClassName
{
background-color: #5606EC;
}
</style>
border-color css
<style>
span { border-color: #5606EC; }
span { border-color: rgb(86,6,236); }
td.TdClassName
{
border-color: #5606EC;
}
.TagClassName
{
border-color: #5606EC;
}
</style>