Shades of Purple #6C1195
Tints of Purple #6C1195
RGB
CMYK
RGB Variations
Color information
#6C1195 (or 0x6C1195) is known color: Purple. HEX triplet: 6C, 11 and 95. RGB value is (108,17,149). Sum of RGB (Red+Green+Blue) = 108+17+149=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C1195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1195 is #93EE6A. Grayscale: #3A3A3A. Windows color (decimal): -9694827 or 9769324. OLE color: 9769324.
HSL color Cylindrical-coordinate representation of color #6C1195: hue angle of 281.36º 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 #6C1195 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 17 | 149 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.42 |
| HSL | 281.36º | 0.8% | 0.33% | - |
| HSV(B) | 281.36º | 0.89% | 0.58% | - |
| XYZ | 11.81 | 5.76 | 28.92 | - |
| YUV | 59.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 149 | 0.28 | 0.89 | 0 | 0.42 | 281.36 | 0.8 | 0.33 |
| Hex | 6C | 11 | 95 | 1C | 59 | 0 | 2A | 119 | 50 | 21 |
| Octal | 154 | 21 | 225 | 34 | 131 | 0 | 52 | 431 | 120 | 41 |
| Binary | 1101100 | 10001 | 10010101 | 11100 | 1011001 | 0 | 101010 | 100011001 | 1010000 | 100001 |
Color Harmonies of #6C1195
Complementary color
Monochromatic Colors of #6C1195
Black with #6C1195
Text Example
Text Example
White with #6C1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1195; }
p { color: rgb(108,17,149); }
H1.HeaderClassName
{
color: #6C1195;
}
.AnyTagClassName
{
color: #6C1195;
}
</style>
background-color css
<style>
a { background-color: #6C1195; }
a { background-color: rgb(108,17,149); }
div.DivClassName
{
background-color: #6C1195;
}
.BgClassName
{
background-color: #6C1195;
}
</style>
border-color css
<style>
span { border-color: #6C1195; }
span { border-color: rgb(108,17,149); }
td.TdClassName
{
border-color: #6C1195;
}
.TagClassName
{
border-color: #6C1195;
}
</style>