Shades of Purple #6D1193
Tints of Purple #6D1193
RGB
CMYK
RGB Variations
Color information
#6D1193 (or 0x6D1193) is known color: Purple. HEX triplet: 6D, 11 and 93. RGB value is (109,17,147). Sum of RGB (Red+Green+Blue) = 109+17+147=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D1193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1193 is #92EE6C. Grayscale: #3A3A3A. Windows color (decimal): -9629293 or 9638253. OLE color: 9638253.
HSL color Cylindrical-coordinate representation of color #6D1193: hue angle of 282.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1193 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 17 | 147 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.42 |
| HSL | 282.46º | 0.79% | 0.32% | - |
| HSV(B) | 282.46º | 0.88% | 0.58% | - |
| XYZ | 11.77 | 5.76 | 28.09 | - |
| YUV | 59.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 147 | 0.26 | 0.88 | 0 | 0.42 | 282.46 | 0.79 | 0.32 |
| Hex | 6D | 11 | 93 | 1A | 58 | 0 | 2A | 11A | 4F | 20 |
| Octal | 155 | 21 | 223 | 32 | 130 | 0 | 52 | 432 | 117 | 40 |
| Binary | 1101101 | 10001 | 10010011 | 11010 | 1011000 | 0 | 101010 | 100011010 | 1001111 | 100000 |
Color Harmonies of #6D1193
Complementary color
Monochromatic Colors of #6D1193
Black with #6D1193
Text Example
Text Example
White with #6D1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1193; }
p { color: rgb(109,17,147); }
H1.HeaderClassName
{
color: #6D1193;
}
.AnyTagClassName
{
color: #6D1193;
}
</style>
background-color css
<style>
a { background-color: #6D1193; }
a { background-color: rgb(109,17,147); }
div.DivClassName
{
background-color: #6D1193;
}
.BgClassName
{
background-color: #6D1193;
}
</style>
border-color css
<style>
span { border-color: #6D1193; }
span { border-color: rgb(109,17,147); }
td.TdClassName
{
border-color: #6D1193;
}
.TagClassName
{
border-color: #6D1193;
}
</style>