Shades of Han Purple #5636EC
Tints of Han Purple #5636EC
RGB
CMYK
RGB Variations
Color information
#5636EC (or 0x5636EC) is known color: Han Purple. HEX triplet: 56, 36 and EC. RGB value is (86,54,236). Sum of RGB (Red+Green+Blue) = 86+54+236=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #5636EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5636EC is #A9C913. Grayscale: #535353. Windows color (decimal): -11127060 or 15480406. OLE color: 15480406.
HSL color Cylindrical-coordinate representation of color #5636EC: hue angle of 250.55º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5636EC is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 54 | 236 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.07 |
| HSL | 250.55º | 0.83% | 0.57% | - |
| HSV(B) | 250.55º | 0.77% | 0.93% | - |
| XYZ | 20.3 | 10.67 | 80.35 | - |
| YUV | 84.32 | 213.6 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 236 | 0.64 | 0.77 | 0 | 0.07 | 250.55 | 0.83 | 0.57 |
| Hex | 56 | 36 | EC | 40 | 4D | 0 | 7 | FB | 53 | 39 |
| Octal | 126 | 66 | 354 | 100 | 115 | 0 | 7 | 373 | 123 | 71 |
| Binary | 1010110 | 110110 | 11101100 | 1000000 | 1001101 | 0 | 111 | 11111011 | 1010011 | 111001 |
Color Harmonies of #5636EC
Complementary color
Monochromatic Colors of #5636EC
Black with #5636EC
Text Example
Text Example
White with #5636EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5636EC; }
p { color: rgb(86,54,236); }
H1.HeaderClassName
{
color: #5636EC;
}
.AnyTagClassName
{
color: #5636EC;
}
</style>
background-color css
<style>
a { background-color: #5636EC; }
a { background-color: rgb(86,54,236); }
div.DivClassName
{
background-color: #5636EC;
}
.BgClassName
{
background-color: #5636EC;
}
</style>
border-color css
<style>
span { border-color: #5636EC; }
span { border-color: rgb(86,54,236); }
td.TdClassName
{
border-color: #5636EC;
}
.TagClassName
{
border-color: #5636EC;
}
</style>