Shades of Han Purple #5608EC
Tints of Han Purple #5608EC
RGB
CMYK
RGB Variations
Color information
#5608EC (or 0x5608EC) is known color: Han Purple. HEX triplet: 56, 08 and EC. RGB value is (86,8,236). Sum of RGB (Red+Green+Blue) = 86+8+236=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #5608EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5608EC is #A9F713. Grayscale: #383838. Windows color (decimal): -11138836 or 15468630. OLE color: 15468630.
HSL color Cylindrical-coordinate representation of color #5608EC: hue angle of 260.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5608EC is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 8 | 236 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.07 |
| HSL | 260.53º | 0.93% | 0.48% | - |
| HSV(B) | 260.53º | 0.97% | 0.93% | - |
| XYZ | 19.06 | 8.21 | 79.94 | - |
| YUV | 57.31 | 228.84 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 236 | 0.64 | 0.97 | 0 | 0.07 | 260.53 | 0.93 | 0.48 |
| Hex | 56 | 8 | EC | 40 | 61 | 0 | 7 | 105 | 5D | 30 |
| Octal | 126 | 10 | 354 | 100 | 141 | 0 | 7 | 405 | 135 | 60 |
| Binary | 1010110 | 1000 | 11101100 | 1000000 | 1100001 | 0 | 111 | 100000101 | 1011101 | 110000 |
Color Harmonies of #5608EC
Complementary color
Monochromatic Colors of #5608EC
Black with #5608EC
Text Example
Text Example
White with #5608EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5608EC; }
p { color: rgb(86,8,236); }
H1.HeaderClassName
{
color: #5608EC;
}
.AnyTagClassName
{
color: #5608EC;
}
</style>
background-color css
<style>
a { background-color: #5608EC; }
a { background-color: rgb(86,8,236); }
div.DivClassName
{
background-color: #5608EC;
}
.BgClassName
{
background-color: #5608EC;
}
</style>
border-color css
<style>
span { border-color: #5608EC; }
span { border-color: rgb(86,8,236); }
td.TdClassName
{
border-color: #5608EC;
}
.TagClassName
{
border-color: #5608EC;
}
</style>