Shades of Han Purple #5616EB
Tints of Han Purple #5616EB
RGB
CMYK
RGB Variations
Color information
#5616EB (or 0x5616EB) is known color: Han Purple. HEX triplet: 56, 16 and EB. RGB value is (86,22,235). Sum of RGB (Red+Green+Blue) = 86+22+235=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #5616EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5616EB is #A9E914. Grayscale: #404040. Windows color (decimal): -11135253 or 15406678. OLE color: 15406678.
HSL color Cylindrical-coordinate representation of color #5616EB: hue angle of 258.03º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5616EB is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 22 | 235 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.08 |
| HSL | 258.03º | 0.84% | 0.5% | - |
| HSV(B) | 258.03º | 0.91% | 0.92% | - |
| XYZ | 19.12 | 8.55 | 79.24 | - |
| YUV | 65.42 | 223.7 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 235 | 0.63 | 0.91 | 0 | 0.08 | 258.03 | 0.84 | 0.5 |
| Hex | 56 | 16 | EB | 3F | 5B | 0 | 8 | 102 | 54 | 32 |
| Octal | 126 | 26 | 353 | 77 | 133 | 0 | 10 | 402 | 124 | 62 |
| Binary | 1010110 | 10110 | 11101011 | 111111 | 1011011 | 0 | 1000 | 100000010 | 1010100 | 110010 |
Color Harmonies of #5616EB
Complementary color
Monochromatic Colors of #5616EB
Black with #5616EB
Text Example
Text Example
White with #5616EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5616EB; }
p { color: rgb(86,22,235); }
H1.HeaderClassName
{
color: #5616EB;
}
.AnyTagClassName
{
color: #5616EB;
}
</style>
background-color css
<style>
a { background-color: #5616EB; }
a { background-color: rgb(86,22,235); }
div.DivClassName
{
background-color: #5616EB;
}
.BgClassName
{
background-color: #5616EB;
}
</style>
border-color css
<style>
span { border-color: #5616EB; }
span { border-color: rgb(86,22,235); }
td.TdClassName
{
border-color: #5616EB;
}
.TagClassName
{
border-color: #5616EB;
}
</style>