Shades of Purple #6E118C
Tints of Purple #6E118C
RGB
CMYK
RGB Variations
Color information
#6E118C (or 0x6E118C) is known color: Purple. HEX triplet: 6E, 11 and 8C. RGB value is (110,17,140). Sum of RGB (Red+Green+Blue) = 110+17+140=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E118C is #91EE73. Grayscale: #3A3A3A. Windows color (decimal): -9563764 or 9179502. OLE color: 9179502.
HSL color Cylindrical-coordinate representation of color #6E118C: hue angle of 285.37º 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 #6E118C is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 17 | 140 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.45 |
| HSL | 285.37º | 0.78% | 0.31% | - |
| HSV(B) | 285.37º | 0.88% | 0.55% | - |
| XYZ | 11.36 | 5.61 | 25.29 | - |
| YUV | 58.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 140 | 0.21 | 0.88 | 0 | 0.45 | 285.37 | 0.78 | 0.31 |
| Hex | 6E | 11 | 8C | 15 | 58 | 0 | 2D | 11D | 4E | 1F |
| Octal | 156 | 21 | 214 | 25 | 130 | 0 | 55 | 435 | 116 | 37 |
| Binary | 1101110 | 10001 | 10001100 | 10101 | 1011000 | 0 | 101101 | 100011101 | 1001110 | 11111 |
Color Harmonies of #6E118C
Complementary color
Monochromatic Colors of #6E118C
Black with #6E118C
Text Example
Text Example
White with #6E118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E118C; }
p { color: rgb(110,17,140); }
H1.HeaderClassName
{
color: #6E118C;
}
.AnyTagClassName
{
color: #6E118C;
}
</style>
background-color css
<style>
a { background-color: #6E118C; }
a { background-color: rgb(110,17,140); }
div.DivClassName
{
background-color: #6E118C;
}
.BgClassName
{
background-color: #6E118C;
}
</style>
border-color css
<style>
span { border-color: #6E118C; }
span { border-color: rgb(110,17,140); }
td.TdClassName
{
border-color: #6E118C;
}
.TagClassName
{
border-color: #6E118C;
}
</style>