Shades of Han Purple #6111FE
Tints of Han Purple #6111FE
RGB
CMYK
RGB Variations
Color information
#6111FE (or 0x6111FE) is known color: Han Purple. HEX triplet: 61, 11 and FE. RGB value is (97,17,254). Sum of RGB (Red+Green+Blue) = 97+17+254=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #6111FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6111FE is #9EEE01. Grayscale: #434343. Windows color (decimal): -10415618 or 16650593. OLE color: 16650593.
HSL color Cylindrical-coordinate representation of color #6111FE: hue angle of 260.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6111FE is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 17 | 254 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.00 |
| HSL | 260.25º | 0.99% | 0.53% | - |
| HSV(B) | 260.25º | 0.93% | 1% | - |
| XYZ | 23.02 | 10.1 | 94.5 | - |
| YUV | 67.94 | 233 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 254 | 0.62 | 0.93 | 0 | 0.00 | 260.25 | 0.99 | 0.53 |
| Hex | 61 | 11 | FE | 3E | 5D | 0 | 0 | 104 | 63 | 35 |
| Octal | 141 | 21 | 376 | 76 | 135 | 0 | 0 | 404 | 143 | 65 |
| Binary | 1100001 | 10001 | 11111110 | 111110 | 1011101 | 0 | 0 | 100000100 | 1100011 | 110101 |
Color Harmonies of #6111FE
Complementary color
Monochromatic Colors of #6111FE
Black with #6111FE
Text Example
Text Example
White with #6111FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6111FE; }
p { color: rgb(97,17,254); }
H1.HeaderClassName
{
color: #6111FE;
}
.AnyTagClassName
{
color: #6111FE;
}
</style>
background-color css
<style>
a { background-color: #6111FE; }
a { background-color: rgb(97,17,254); }
div.DivClassName
{
background-color: #6111FE;
}
.BgClassName
{
background-color: #6111FE;
}
</style>
border-color css
<style>
span { border-color: #6111FE; }
span { border-color: rgb(97,17,254); }
td.TdClassName
{
border-color: #6111FE;
}
.TagClassName
{
border-color: #6111FE;
}
</style>