Shades of Han Purple #5608E8
Tints of Han Purple #5608E8
RGB
CMYK
RGB Variations
Color information
#5608E8 (or 0x5608E8) is known color: Han Purple. HEX triplet: 56, 08 and E8. RGB value is (86,8,232). Sum of RGB (Red+Green+Blue) = 86+8+232=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 232 (91.02% from 255 or 71.17% from 326); Max value from RGB is 232 - color contains mainly: blue. Hex color #5608E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5608E8 is #A9F717. Grayscale: #383838. Windows color (decimal): -11138840 or 15206486. OLE color: 15206486.
HSL color Cylindrical-coordinate representation of color #5608E8: hue angle of 260.89º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5608E8 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 8 | 232 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.09 |
| HSL | 260.89º | 0.93% | 0.47% | - |
| HSV(B) | 260.89º | 0.97% | 0.91% | - |
| XYZ | 18.49 | 7.98 | 76.91 | - |
| YUV | 56.86 | 226.84 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 232 | 0.63 | 0.97 | 0 | 0.09 | 260.89 | 0.93 | 0.47 |
| Hex | 56 | 8 | E8 | 3F | 61 | 0 | 9 | 105 | 5D | 2F |
| Octal | 126 | 10 | 350 | 77 | 141 | 0 | 11 | 405 | 135 | 57 |
| Binary | 1010110 | 1000 | 11101000 | 111111 | 1100001 | 0 | 1001 | 100000101 | 1011101 | 101111 |
Color Harmonies of #5608E8
Complementary color
Monochromatic Colors of #5608E8
Black with #5608E8
Text Example
Text Example
White with #5608E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5608E8; }
p { color: rgb(86,8,232); }
H1.HeaderClassName
{
color: #5608E8;
}
.AnyTagClassName
{
color: #5608E8;
}
</style>
background-color css
<style>
a { background-color: #5608E8; }
a { background-color: rgb(86,8,232); }
div.DivClassName
{
background-color: #5608E8;
}
.BgClassName
{
background-color: #5608E8;
}
</style>
border-color css
<style>
span { border-color: #5608E8; }
span { border-color: rgb(86,8,232); }
td.TdClassName
{
border-color: #5608E8;
}
.TagClassName
{
border-color: #5608E8;
}
</style>