Shades of Purple #6E1192
Tints of Purple #6E1192
RGB
CMYK
RGB Variations
Color information
#6E1192 (or 0x6E1192) is known color: Purple. HEX triplet: 6E, 11 and 92. RGB value is (110,17,146). Sum of RGB (Red+Green+Blue) = 110+17+146=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E1192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1192 is #91EE6D. Grayscale: #3B3B3B. Windows color (decimal): -9563758 or 9572718. OLE color: 9572718.
HSL color Cylindrical-coordinate representation of color #6E1192: hue angle of 283.26º 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 #6E1192 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 17 | 146 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.43 |
| HSL | 283.26º | 0.79% | 0.32% | - |
| HSV(B) | 283.26º | 0.88% | 0.57% | - |
| XYZ | 11.82 | 5.79 | 27.69 | - |
| YUV | 59.51 | 176.81 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 146 | 0.25 | 0.88 | 0 | 0.43 | 283.26 | 0.79 | 0.32 |
| Hex | 6E | 11 | 92 | 19 | 58 | 0 | 2B | 11B | 4F | 20 |
| Octal | 156 | 21 | 222 | 31 | 130 | 0 | 53 | 433 | 117 | 40 |
| Binary | 1101110 | 10001 | 10010010 | 11001 | 1011000 | 0 | 101011 | 100011011 | 1001111 | 100000 |
Color Harmonies of #6E1192
Complementary color
Monochromatic Colors of #6E1192
Black with #6E1192
Text Example
Text Example
White with #6E1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1192; }
p { color: rgb(110,17,146); }
H1.HeaderClassName
{
color: #6E1192;
}
.AnyTagClassName
{
color: #6E1192;
}
</style>
background-color css
<style>
a { background-color: #6E1192; }
a { background-color: rgb(110,17,146); }
div.DivClassName
{
background-color: #6E1192;
}
.BgClassName
{
background-color: #6E1192;
}
</style>
border-color css
<style>
span { border-color: #6E1192; }
span { border-color: rgb(110,17,146); }
td.TdClassName
{
border-color: #6E1192;
}
.TagClassName
{
border-color: #6E1192;
}
</style>