Shades of Han Purple #5636E6
Tints of Han Purple #5636E6
RGB
CMYK
RGB Variations
Color information
#5636E6 (or 0x5636E6) is known color: Han Purple. HEX triplet: 56, 36 and E6. RGB value is (86,54,230). Sum of RGB (Red+Green+Blue) = 86+54+230=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 230 (90.23% from 255 or 62.16% from 370); Max value from RGB is 230 - color contains mainly: blue. Hex color #5636E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5636E6 is #A9C919. Grayscale: #525252. Windows color (decimal): -11127066 or 15087190. OLE color: 15087190.
HSL color Cylindrical-coordinate representation of color #5636E6: hue angle of 250.91º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5636E6 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 54 | 230 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.10 |
| HSL | 250.91º | 0.78% | 0.56% | - |
| HSV(B) | 250.91º | 0.77% | 0.9% | - |
| XYZ | 19.44 | 10.33 | 75.83 | - |
| YUV | 83.63 | 210.6 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 230 | 0.63 | 0.77 | 0 | 0.10 | 250.91 | 0.78 | 0.56 |
| Hex | 56 | 36 | E6 | 3F | 4D | 0 | A | FB | 4E | 38 |
| Octal | 126 | 66 | 346 | 77 | 115 | 0 | 12 | 373 | 116 | 70 |
| Binary | 1010110 | 110110 | 11100110 | 111111 | 1001101 | 0 | 1010 | 11111011 | 1001110 | 111000 |
Color Harmonies of #5636E6
Complementary color
Monochromatic Colors of #5636E6
Black with #5636E6
Text Example
Text Example
White with #5636E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5636E6; }
p { color: rgb(86,54,230); }
H1.HeaderClassName
{
color: #5636E6;
}
.AnyTagClassName
{
color: #5636E6;
}
</style>
background-color css
<style>
a { background-color: #5636E6; }
a { background-color: rgb(86,54,230); }
div.DivClassName
{
background-color: #5636E6;
}
.BgClassName
{
background-color: #5636E6;
}
</style>
border-color css
<style>
span { border-color: #5636E6; }
span { border-color: rgb(86,54,230); }
td.TdClassName
{
border-color: #5636E6;
}
.TagClassName
{
border-color: #5636E6;
}
</style>