Shades of Purple #6E1188
Tints of Purple #6E1188
RGB
CMYK
RGB Variations
Color information
#6E1188 (or 0x6E1188) is known color: Purple. HEX triplet: 6E, 11 and 88. RGB value is (110,17,136). Sum of RGB (Red+Green+Blue) = 110+17+136=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E1188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1188 is #91EE77. Grayscale: #393939. Windows color (decimal): -9563768 or 8917358. OLE color: 8917358.
HSL color Cylindrical-coordinate representation of color #6E1188: hue angle of 286.89º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1188 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 17 | 136 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.47 |
| HSL | 286.89º | 0.78% | 0.3% | - |
| HSV(B) | 286.89º | 0.88% | 0.53% | - |
| XYZ | 11.07 | 5.49 | 23.77 | - |
| YUV | 58.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 136 | 0.19 | 0.87 | 0 | 0.47 | 286.89 | 0.78 | 0.3 |
| Hex | 6E | 11 | 88 | 13 | 57 | 0 | 2F | 11F | 4E | 1E |
| Octal | 156 | 21 | 210 | 23 | 127 | 0 | 57 | 437 | 116 | 36 |
| Binary | 1101110 | 10001 | 10001000 | 10011 | 1010111 | 0 | 101111 | 100011111 | 1001110 | 11110 |
Color Harmonies of #6E1188
Complementary color
Monochromatic Colors of #6E1188
Black with #6E1188
Text Example
Text Example
White with #6E1188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1188; }
p { color: rgb(110,17,136); }
H1.HeaderClassName
{
color: #6E1188;
}
.AnyTagClassName
{
color: #6E1188;
}
</style>
background-color css
<style>
a { background-color: #6E1188; }
a { background-color: rgb(110,17,136); }
div.DivClassName
{
background-color: #6E1188;
}
.BgClassName
{
background-color: #6E1188;
}
</style>
border-color css
<style>
span { border-color: #6E1188; }
span { border-color: rgb(110,17,136); }
td.TdClassName
{
border-color: #6E1188;
}
.TagClassName
{
border-color: #6E1188;
}
</style>