Shades of Purple #6D1195
Tints of Purple #6D1195
RGB
CMYK
RGB Variations
Color information
#6D1195 (or 0x6D1195) is known color: Purple. HEX triplet: 6D, 11 and 95. RGB value is (109,17,149). Sum of RGB (Red+Green+Blue) = 109+17+149=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D1195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1195 is #92EE6A. Grayscale: #3B3B3B. Windows color (decimal): -9629291 or 9769325. OLE color: 9769325.
HSL color Cylindrical-coordinate representation of color #6D1195: hue angle of 281.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D1195 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 17 | 149 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.42 |
| HSL | 281.82º | 0.8% | 0.33% | - |
| HSV(B) | 281.82º | 0.89% | 0.58% | - |
| XYZ | 11.93 | 5.82 | 28.93 | - |
| YUV | 59.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 149 | 0.27 | 0.89 | 0 | 0.42 | 281.82 | 0.8 | 0.33 |
| Hex | 6D | 11 | 95 | 1B | 59 | 0 | 2A | 11A | 50 | 21 |
| Octal | 155 | 21 | 225 | 33 | 131 | 0 | 52 | 432 | 120 | 41 |
| Binary | 1101101 | 10001 | 10010101 | 11011 | 1011001 | 0 | 101010 | 100011010 | 1010000 | 100001 |
Color Harmonies of #6D1195
Complementary color
Monochromatic Colors of #6D1195
Black with #6D1195
Text Example
Text Example
White with #6D1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1195; }
p { color: rgb(109,17,149); }
H1.HeaderClassName
{
color: #6D1195;
}
.AnyTagClassName
{
color: #6D1195;
}
</style>
background-color css
<style>
a { background-color: #6D1195; }
a { background-color: rgb(109,17,149); }
div.DivClassName
{
background-color: #6D1195;
}
.BgClassName
{
background-color: #6D1195;
}
</style>
border-color css
<style>
span { border-color: #6D1195; }
span { border-color: rgb(109,17,149); }
td.TdClassName
{
border-color: #6D1195;
}
.TagClassName
{
border-color: #6D1195;
}
</style>