Shades of Purple #6E1191
Tints of Purple #6E1191
RGB
CMYK
RGB Variations
Color information
#6E1191 (or 0x6E1191) is known color: Purple. HEX triplet: 6E, 11 and 91. RGB value is (110,17,145). Sum of RGB (Red+Green+Blue) = 110+17+145=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E1191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1191 is #91EE6E. Grayscale: #3A3A3A. Windows color (decimal): -9563759 or 9507182. OLE color: 9507182.
HSL color Cylindrical-coordinate representation of color #6E1191: hue angle of 283.59º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1191 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 17 | 145 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.43 |
| HSL | 283.59º | 0.79% | 0.32% | - |
| HSV(B) | 283.59º | 0.88% | 0.57% | - |
| XYZ | 11.74 | 5.76 | 27.28 | - |
| YUV | 59.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 145 | 0.24 | 0.88 | 0 | 0.43 | 283.59 | 0.79 | 0.32 |
| Hex | 6E | 11 | 91 | 18 | 58 | 0 | 2B | 11C | 4F | 20 |
| Octal | 156 | 21 | 221 | 30 | 130 | 0 | 53 | 434 | 117 | 40 |
| Binary | 1101110 | 10001 | 10010001 | 11000 | 1011000 | 0 | 101011 | 100011100 | 1001111 | 100000 |
Color Harmonies of #6E1191
Complementary color
Monochromatic Colors of #6E1191
Black with #6E1191
Text Example
Text Example
White with #6E1191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1191; }
p { color: rgb(110,17,145); }
H1.HeaderClassName
{
color: #6E1191;
}
.AnyTagClassName
{
color: #6E1191;
}
</style>
background-color css
<style>
a { background-color: #6E1191; }
a { background-color: rgb(110,17,145); }
div.DivClassName
{
background-color: #6E1191;
}
.BgClassName
{
background-color: #6E1191;
}
</style>
border-color css
<style>
span { border-color: #6E1191; }
span { border-color: rgb(110,17,145); }
td.TdClassName
{
border-color: #6E1191;
}
.TagClassName
{
border-color: #6E1191;
}
</style>