Shades of Han Purple #5416F6
Tints of Han Purple #5416F6
RGB
CMYK
RGB Variations
Color information
#5416F6 (or 0x5416F6) is known color: Han Purple. HEX triplet: 54, 16 and F6. RGB value is (84,22,246). Sum of RGB (Red+Green+Blue) = 84+22+246=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 246 (96.48% from 255 or 69.89% from 352); Max value from RGB is 246 - color contains mainly: blue. Hex color #5416F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5416F6 is #ABE909. Grayscale: #414141. Windows color (decimal): -11266314 or 16127572. OLE color: 16127572.
HSL color Cylindrical-coordinate representation of color #5416F6: hue angle of 256.61º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5416F6 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 22 | 246 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.04 |
| HSL | 256.61º | 0.93% | 0.53% | - |
| HSV(B) | 256.61º | 0.91% | 0.96% | - |
| XYZ | 20.58 | 9.11 | 87.86 | - |
| YUV | 66.07 | 229.54 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 246 | 0.66 | 0.91 | 0 | 0.04 | 256.61 | 0.93 | 0.53 |
| Hex | 54 | 16 | F6 | 42 | 5B | 0 | 4 | 101 | 5D | 35 |
| Octal | 124 | 26 | 366 | 102 | 133 | 0 | 4 | 401 | 135 | 65 |
| Binary | 1010100 | 10110 | 11110110 | 1000010 | 1011011 | 0 | 100 | 100000001 | 1011101 | 110101 |
Color Harmonies of #5416F6
Complementary color
Monochromatic Colors of #5416F6
Black with #5416F6
Text Example
Text Example
White with #5416F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5416F6; }
p { color: rgb(84,22,246); }
H1.HeaderClassName
{
color: #5416F6;
}
.AnyTagClassName
{
color: #5416F6;
}
</style>
background-color css
<style>
a { background-color: #5416F6; }
a { background-color: rgb(84,22,246); }
div.DivClassName
{
background-color: #5416F6;
}
.BgClassName
{
background-color: #5416F6;
}
</style>
border-color css
<style>
span { border-color: #5416F6; }
span { border-color: rgb(84,22,246); }
td.TdClassName
{
border-color: #5416F6;
}
.TagClassName
{
border-color: #5416F6;
}
</style>