Shades of Han Purple #5636EE
Tints of Han Purple #5636EE
RGB
CMYK
RGB Variations
Color information
#5636EE (or 0x5636EE) is known color: Han Purple. HEX triplet: 56, 36 and EE. RGB value is (86,54,238). Sum of RGB (Red+Green+Blue) = 86+54+238=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #5636EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5636EE is #A9C911. Grayscale: #535353. Windows color (decimal): -11127058 or 15611478. OLE color: 15611478.
HSL color Cylindrical-coordinate representation of color #5636EE: hue angle of 250.43º degrees, saturation: 0.84, 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 #5636EE is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 54 | 238 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.07 |
| HSL | 250.43º | 0.84% | 0.57% | - |
| HSV(B) | 250.43º | 0.77% | 0.93% | - |
| XYZ | 20.59 | 10.79 | 81.89 | - |
| YUV | 84.54 | 214.6 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 238 | 0.64 | 0.77 | 0 | 0.07 | 250.43 | 0.84 | 0.57 |
| Hex | 56 | 36 | EE | 40 | 4D | 0 | 7 | FA | 54 | 39 |
| Octal | 126 | 66 | 356 | 100 | 115 | 0 | 7 | 372 | 124 | 71 |
| Binary | 1010110 | 110110 | 11101110 | 1000000 | 1001101 | 0 | 111 | 11111010 | 1010100 | 111001 |
Color Harmonies of #5636EE
Complementary color
Monochromatic Colors of #5636EE
Black with #5636EE
Text Example
Text Example
White with #5636EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5636EE; }
p { color: rgb(86,54,238); }
H1.HeaderClassName
{
color: #5636EE;
}
.AnyTagClassName
{
color: #5636EE;
}
</style>
background-color css
<style>
a { background-color: #5636EE; }
a { background-color: rgb(86,54,238); }
div.DivClassName
{
background-color: #5636EE;
}
.BgClassName
{
background-color: #5636EE;
}
</style>
border-color css
<style>
span { border-color: #5636EE; }
span { border-color: rgb(86,54,238); }
td.TdClassName
{
border-color: #5636EE;
}
.TagClassName
{
border-color: #5636EE;
}
</style>