Shades of Han Purple #5616FE
Tints of Han Purple #5616FE
RGB
CMYK
RGB Variations
Color information
#5616FE (or 0x5616FE) is known color: Han Purple. HEX triplet: 56, 16 and FE. RGB value is (86,22,254). Sum of RGB (Red+Green+Blue) = 86+22+254=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #5616FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5616FE is #A9E901. Grayscale: #424242. Windows color (decimal): -11135234 or 16651862. OLE color: 16651862.
HSL color Cylindrical-coordinate representation of color #5616FE: hue angle of 256.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5616FE is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 22 | 254 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.00 |
| HSL | 256.55º | 0.99% | 0.54% | - |
| HSV(B) | 256.55º | 0.91% | 1% | - |
| XYZ | 22.01 | 9.71 | 94.48 | - |
| YUV | 67.58 | 233.2 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 254 | 0.66 | 0.91 | 0 | 0.00 | 256.55 | 0.99 | 0.54 |
| Hex | 56 | 16 | FE | 42 | 5B | 0 | 0 | 101 | 63 | 36 |
| Octal | 126 | 26 | 376 | 102 | 133 | 0 | 0 | 401 | 143 | 66 |
| Binary | 1010110 | 10110 | 11111110 | 1000010 | 1011011 | 0 | 0 | 100000001 | 1100011 | 110110 |
Color Harmonies of #5616FE
Complementary color
Monochromatic Colors of #5616FE
Black with #5616FE
Text Example
Text Example
White with #5616FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5616FE; }
p { color: rgb(86,22,254); }
H1.HeaderClassName
{
color: #5616FE;
}
.AnyTagClassName
{
color: #5616FE;
}
</style>
background-color css
<style>
a { background-color: #5616FE; }
a { background-color: rgb(86,22,254); }
div.DivClassName
{
background-color: #5616FE;
}
.BgClassName
{
background-color: #5616FE;
}
</style>
border-color css
<style>
span { border-color: #5616FE; }
span { border-color: rgb(86,22,254); }
td.TdClassName
{
border-color: #5616FE;
}
.TagClassName
{
border-color: #5616FE;
}
</style>