Shades of Han Purple #6116F6
Tints of Han Purple #6116F6
RGB
CMYK
RGB Variations
Color information
#6116F6 (or 0x6116F6) is known color: Han Purple. HEX triplet: 61, 16 and F6. RGB value is (97,22,246). Sum of RGB (Red+Green+Blue) = 97+22+246=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 246 (96.48% from 255 or 67.40% from 365); Max value from RGB is 246 - color contains mainly: blue. Hex color #6116F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6116F6 is #9EE909. Grayscale: #454545. Windows color (decimal): -10414346 or 16127585. OLE color: 16127585.
HSL color Cylindrical-coordinate representation of color #6116F6: hue angle of 260.09º 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 #6116F6 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 22 | 246 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.04 |
| HSL | 260.09º | 0.93% | 0.53% | - |
| HSV(B) | 260.09º | 0.91% | 0.96% | - |
| XYZ | 21.85 | 9.77 | 87.92 | - |
| YUV | 69.96 | 227.35 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 246 | 0.61 | 0.91 | 0 | 0.04 | 260.09 | 0.93 | 0.53 |
| Hex | 61 | 16 | F6 | 3D | 5B | 0 | 4 | 104 | 5D | 35 |
| Octal | 141 | 26 | 366 | 75 | 133 | 0 | 4 | 404 | 135 | 65 |
| Binary | 1100001 | 10110 | 11110110 | 111101 | 1011011 | 0 | 100 | 100000100 | 1011101 | 110101 |
Color Harmonies of #6116F6
Complementary color
Monochromatic Colors of #6116F6
Black with #6116F6
Text Example
Text Example
White with #6116F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6116F6; }
p { color: rgb(97,22,246); }
H1.HeaderClassName
{
color: #6116F6;
}
.AnyTagClassName
{
color: #6116F6;
}
</style>
background-color css
<style>
a { background-color: #6116F6; }
a { background-color: rgb(97,22,246); }
div.DivClassName
{
background-color: #6116F6;
}
.BgClassName
{
background-color: #6116F6;
}
</style>
border-color css
<style>
span { border-color: #6116F6; }
span { border-color: rgb(97,22,246); }
td.TdClassName
{
border-color: #6116F6;
}
.TagClassName
{
border-color: #6116F6;
}
</style>