Shades of Purple #6C0776
Tints of Purple #6C0776
RGB
CMYK
RGB Variations
Color information
#6C0776 (or 0x6C0776) is known color: Purple. HEX triplet: 6C, 07 and 76. RGB value is (108,7,118). Sum of RGB (Red+Green+Blue) = 108+7+118=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C0776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0776 is #93F889. Grayscale: #313131. Windows color (decimal): -9697418 or 7735148. OLE color: 7735148.
HSL color Cylindrical-coordinate representation of color #6C0776: hue angle of 294.59º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0776 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 7 | 118 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.54 |
| HSL | 294.59º | 0.89% | 0.25% | - |
| HSV(B) | 294.59º | 0.94% | 0.46% | - |
| XYZ | 9.53 | 4.65 | 17.53 | - |
| YUV | 49.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 7 | 118 | 0.08 | 0.94 | 0 | 0.54 | 294.59 | 0.89 | 0.25 |
| Hex | 6C | 7 | 76 | 8 | 5E | 0 | 36 | 127 | 59 | 19 |
| Octal | 154 | 7 | 166 | 10 | 136 | 0 | 66 | 447 | 131 | 31 |
| Binary | 1101100 | 111 | 1110110 | 1000 | 1011110 | 0 | 110110 | 100100111 | 1011001 | 11001 |
Color Harmonies of #6C0776
Complementary color
Monochromatic Colors of #6C0776
Black with #6C0776
Text Example
Text Example
White with #6C0776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0776; }
p { color: rgb(108,7,118); }
H1.HeaderClassName
{
color: #6C0776;
}
.AnyTagClassName
{
color: #6C0776;
}
</style>
background-color css
<style>
a { background-color: #6C0776; }
a { background-color: rgb(108,7,118); }
div.DivClassName
{
background-color: #6C0776;
}
.BgClassName
{
background-color: #6C0776;
}
</style>
border-color css
<style>
span { border-color: #6C0776; }
span { border-color: rgb(108,7,118); }
td.TdClassName
{
border-color: #6C0776;
}
.TagClassName
{
border-color: #6C0776;
}
</style>