Shades of Han Purple #6111F7
Tints of Han Purple #6111F7
RGB
CMYK
RGB Variations
Color information
#6111F7 (or 0x6111F7) is known color: Han Purple. HEX triplet: 61, 11 and F7. RGB value is (97,17,247). Sum of RGB (Red+Green+Blue) = 97+17+247=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 247 (96.88% from 255 or 68.42% from 361); Max value from RGB is 247 - color contains mainly: blue. Hex color #6111F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6111F7 is #9EEE08. Grayscale: #424242. Windows color (decimal): -10415625 or 16191841. OLE color: 16191841.
HSL color Cylindrical-coordinate representation of color #6111F7: hue angle of 260.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6111F7 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 17 | 247 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.03 |
| HSL | 260.87º | 0.93% | 0.52% | - |
| HSV(B) | 260.87º | 0.93% | 0.97% | - |
| XYZ | 21.92 | 9.66 | 88.7 | - |
| YUV | 67.14 | 229.5 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 247 | 0.61 | 0.93 | 0 | 0.03 | 260.87 | 0.93 | 0.52 |
| Hex | 61 | 11 | F7 | 3D | 5D | 0 | 3 | 105 | 5D | 34 |
| Octal | 141 | 21 | 367 | 75 | 135 | 0 | 3 | 405 | 135 | 64 |
| Binary | 1100001 | 10001 | 11110111 | 111101 | 1011101 | 0 | 11 | 100000101 | 1011101 | 110100 |
Color Harmonies of #6111F7
Complementary color
Monochromatic Colors of #6111F7
Black with #6111F7
Text Example
Text Example
White with #6111F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6111F7; }
p { color: rgb(97,17,247); }
H1.HeaderClassName
{
color: #6111F7;
}
.AnyTagClassName
{
color: #6111F7;
}
</style>
background-color css
<style>
a { background-color: #6111F7; }
a { background-color: rgb(97,17,247); }
div.DivClassName
{
background-color: #6111F7;
}
.BgClassName
{
background-color: #6111F7;
}
</style>
border-color css
<style>
span { border-color: #6111F7; }
span { border-color: rgb(97,17,247); }
td.TdClassName
{
border-color: #6111F7;
}
.TagClassName
{
border-color: #6111F7;
}
</style>