Shades of Han Purple #5616EE
Tints of Han Purple #5616EE
RGB
CMYK
RGB Variations
Color information
#5616EE (or 0x5616EE) is known color: Han Purple. HEX triplet: 56, 16 and EE. RGB value is (86,22,238). Sum of RGB (Red+Green+Blue) = 86+22+238=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #5616EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5616EE is #A9E911. Grayscale: #404040. Windows color (decimal): -11135250 or 15603286. OLE color: 15603286.
HSL color Cylindrical-coordinate representation of color #5616EE: hue angle of 257.78º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5616EE is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 22 | 238 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.07 |
| HSL | 257.78º | 0.86% | 0.51% | - |
| HSV(B) | 257.78º | 0.91% | 0.93% | - |
| XYZ | 19.56 | 8.73 | 81.54 | - |
| YUV | 65.76 | 225.2 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 238 | 0.64 | 0.91 | 0 | 0.07 | 257.78 | 0.86 | 0.51 |
| Hex | 56 | 16 | EE | 40 | 5B | 0 | 7 | 102 | 56 | 33 |
| Octal | 126 | 26 | 356 | 100 | 133 | 0 | 7 | 402 | 126 | 63 |
| Binary | 1010110 | 10110 | 11101110 | 1000000 | 1011011 | 0 | 111 | 100000010 | 1010110 | 110011 |
Color Harmonies of #5616EE
Complementary color
Monochromatic Colors of #5616EE
Black with #5616EE
Text Example
Text Example
White with #5616EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5616EE; }
p { color: rgb(86,22,238); }
H1.HeaderClassName
{
color: #5616EE;
}
.AnyTagClassName
{
color: #5616EE;
}
</style>
background-color css
<style>
a { background-color: #5616EE; }
a { background-color: rgb(86,22,238); }
div.DivClassName
{
background-color: #5616EE;
}
.BgClassName
{
background-color: #5616EE;
}
</style>
border-color css
<style>
span { border-color: #5616EE; }
span { border-color: rgb(86,22,238); }
td.TdClassName
{
border-color: #5616EE;
}
.TagClassName
{
border-color: #5616EE;
}
</style>