Shades of Purple #6E118B
Tints of Purple #6E118B
RGB
CMYK
RGB Variations
Color information
#6E118B (or 0x6E118B) is known color: Purple. HEX triplet: 6E, 11 and 8B. RGB value is (110,17,139). Sum of RGB (Red+Green+Blue) = 110+17+139=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E118B is #91EE74. Grayscale: #3A3A3A. Windows color (decimal): -9563765 or 9113966. OLE color: 9113966.
HSL color Cylindrical-coordinate representation of color #6E118B: hue angle of 285.74º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E118B is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 17 | 139 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.45 |
| HSL | 285.74º | 0.78% | 0.31% | - |
| HSV(B) | 285.74º | 0.88% | 0.55% | - |
| XYZ | 11.29 | 5.58 | 24.91 | - |
| YUV | 58.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 139 | 0.21 | 0.88 | 0 | 0.45 | 285.74 | 0.78 | 0.31 |
| Hex | 6E | 11 | 8B | 15 | 58 | 0 | 2D | 11E | 4E | 1F |
| Octal | 156 | 21 | 213 | 25 | 130 | 0 | 55 | 436 | 116 | 37 |
| Binary | 1101110 | 10001 | 10001011 | 10101 | 1011000 | 0 | 101101 | 100011110 | 1001110 | 11111 |
Color Harmonies of #6E118B
Complementary color
Monochromatic Colors of #6E118B
Black with #6E118B
Text Example
Text Example
White with #6E118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E118B; }
p { color: rgb(110,17,139); }
H1.HeaderClassName
{
color: #6E118B;
}
.AnyTagClassName
{
color: #6E118B;
}
</style>
background-color css
<style>
a { background-color: #6E118B; }
a { background-color: rgb(110,17,139); }
div.DivClassName
{
background-color: #6E118B;
}
.BgClassName
{
background-color: #6E118B;
}
</style>
border-color css
<style>
span { border-color: #6E118B; }
span { border-color: rgb(110,17,139); }
td.TdClassName
{
border-color: #6E118B;
}
.TagClassName
{
border-color: #6E118B;
}
</style>