Shades of Purple #6C1176
Tints of Purple #6C1176
RGB
CMYK
RGB Variations
Color information
#6C1176 (or 0x6C1176) is known color: Purple. HEX triplet: 6C, 11 and 76. RGB value is (108,17,118). Sum of RGB (Red+Green+Blue) = 108+17+118=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C1176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1176 is #93EE89. Grayscale: #373737. Windows color (decimal): -9694858 or 7737708. OLE color: 7737708.
HSL color Cylindrical-coordinate representation of color #6C1176: hue angle of 294.06º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C1176 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 17 | 118 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.54 |
| HSL | 294.06º | 0.75% | 0.26% | - |
| HSV(B) | 294.06º | 0.86% | 0.46% | - |
| XYZ | 9.65 | 4.9 | 17.58 | - |
| YUV | 55.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 118 | 0.08 | 0.86 | 0 | 0.54 | 294.06 | 0.75 | 0.26 |
| Hex | 6C | 11 | 76 | 8 | 56 | 0 | 36 | 126 | 4B | 1A |
| Octal | 154 | 21 | 166 | 10 | 126 | 0 | 66 | 446 | 113 | 32 |
| Binary | 1101100 | 10001 | 1110110 | 1000 | 1010110 | 0 | 110110 | 100100110 | 1001011 | 11010 |
Color Harmonies of #6C1176
Complementary color
Monochromatic Colors of #6C1176
Black with #6C1176
Text Example
Text Example
White with #6C1176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1176; }
p { color: rgb(108,17,118); }
H1.HeaderClassName
{
color: #6C1176;
}
.AnyTagClassName
{
color: #6C1176;
}
</style>
background-color css
<style>
a { background-color: #6C1176; }
a { background-color: rgb(108,17,118); }
div.DivClassName
{
background-color: #6C1176;
}
.BgClassName
{
background-color: #6C1176;
}
</style>
border-color css
<style>
span { border-color: #6C1176; }
span { border-color: rgb(108,17,118); }
td.TdClassName
{
border-color: #6C1176;
}
.TagClassName
{
border-color: #6C1176;
}
</style>