Shades of Han Purple #5616EF
Tints of Han Purple #5616EF
RGB
CMYK
RGB Variations
Color information
#5616EF (or 0x5616EF) is known color: Han Purple. HEX triplet: 56, 16 and EF. RGB value is (86,22,239). Sum of RGB (Red+Green+Blue) = 86+22+239=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #5616EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5616EF is #A9E910. Grayscale: #414141. Windows color (decimal): -11135249 or 15668822. OLE color: 15668822.
HSL color Cylindrical-coordinate representation of color #5616EF: hue angle of 257.7º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5616EF is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 22 | 239 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.06 |
| HSL | 257.7º | 0.87% | 0.51% | - |
| HSV(B) | 257.7º | 0.91% | 0.94% | - |
| XYZ | 19.7 | 8.78 | 82.32 | - |
| YUV | 65.87 | 225.7 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 239 | 0.64 | 0.91 | 0 | 0.06 | 257.7 | 0.87 | 0.51 |
| Hex | 56 | 16 | EF | 40 | 5B | 0 | 6 | 102 | 57 | 33 |
| Octal | 126 | 26 | 357 | 100 | 133 | 0 | 6 | 402 | 127 | 63 |
| Binary | 1010110 | 10110 | 11101111 | 1000000 | 1011011 | 0 | 110 | 100000010 | 1010111 | 110011 |
Color Harmonies of #5616EF
Complementary color
Monochromatic Colors of #5616EF
Black with #5616EF
Text Example
Text Example
White with #5616EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5616EF; }
p { color: rgb(86,22,239); }
H1.HeaderClassName
{
color: #5616EF;
}
.AnyTagClassName
{
color: #5616EF;
}
</style>
background-color css
<style>
a { background-color: #5616EF; }
a { background-color: rgb(86,22,239); }
div.DivClassName
{
background-color: #5616EF;
}
.BgClassName
{
background-color: #5616EF;
}
</style>
border-color css
<style>
span { border-color: #5616EF; }
span { border-color: rgb(86,22,239); }
td.TdClassName
{
border-color: #5616EF;
}
.TagClassName
{
border-color: #5616EF;
}
</style>