Shades of Purple #6C1191
Tints of Purple #6C1191
RGB
CMYK
RGB Variations
Color information
#6C1191 (or 0x6C1191) is known color: Purple. HEX triplet: 6C, 11 and 91. RGB value is (108,17,145). Sum of RGB (Red+Green+Blue) = 108+17+145=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C1191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1191 is #93EE6E. Grayscale: #3A3A3A. Windows color (decimal): -9694831 or 9507180. OLE color: 9507180.
HSL color Cylindrical-coordinate representation of color #6C1191: hue angle of 282.66º 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 #6C1191 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 17 | 145 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.43 |
| HSL | 282.66º | 0.79% | 0.32% | - |
| HSV(B) | 282.66º | 0.88% | 0.57% | - |
| XYZ | 11.5 | 5.63 | 27.27 | - |
| YUV | 58.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 145 | 0.26 | 0.88 | 0 | 0.43 | 282.66 | 0.79 | 0.32 |
| Hex | 6C | 11 | 91 | 1A | 58 | 0 | 2B | 11B | 4F | 20 |
| Octal | 154 | 21 | 221 | 32 | 130 | 0 | 53 | 433 | 117 | 40 |
| Binary | 1101100 | 10001 | 10010001 | 11010 | 1011000 | 0 | 101011 | 100011011 | 1001111 | 100000 |
Color Harmonies of #6C1191
Complementary color
Monochromatic Colors of #6C1191
Black with #6C1191
Text Example
Text Example
White with #6C1191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1191; }
p { color: rgb(108,17,145); }
H1.HeaderClassName
{
color: #6C1191;
}
.AnyTagClassName
{
color: #6C1191;
}
</style>
background-color css
<style>
a { background-color: #6C1191; }
a { background-color: rgb(108,17,145); }
div.DivClassName
{
background-color: #6C1191;
}
.BgClassName
{
background-color: #6C1191;
}
</style>
border-color css
<style>
span { border-color: #6C1191; }
span { border-color: rgb(108,17,145); }
td.TdClassName
{
border-color: #6C1191;
}
.TagClassName
{
border-color: #6C1191;
}
</style>