Shades of Purple #6C066C
Tints of Purple #6C066C
RGB
CMYK
RGB Variations
Color information
#6C066C (or 0x6C066C) is known color: Purple. HEX triplet: 6C, 06 and 6C. RGB value is (108,6,108). Sum of RGB (Red+Green+Blue) = 108+6+108=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: red, blue. Hex color #6C066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C066C is #93F993. Grayscale: #2F2F2F. Windows color (decimal): -9697684 or 7079532. OLE color: 7079532.
HSL color Cylindrical-coordinate representation of color #6C066C: hue angle of 300º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C066C is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 6 | 108 | - |
| CMYK | 0 | 0.94 | 0 | 0.58 |
| HSL | 300º | 0.89% | 0.22% | - |
| HSV(B) | 300º | 0.94% | 0.42% | - |
| XYZ | 8.96 | 4.4 | 14.56 | - |
| YUV | 48.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 108 | 0 | 0.94 | 0 | 0.58 | 300 | 0.89 | 0.22 |
| Hex | 6C | 6 | 6C | 0 | 5E | 0 | 3A | 12C | 59 | 16 |
| Octal | 154 | 6 | 154 | 0 | 136 | 0 | 72 | 454 | 131 | 26 |
| Binary | 1101100 | 110 | 1101100 | 0 | 1011110 | 0 | 111010 | 100101100 | 1011001 | 10110 |
Color Harmonies of #6C066C
Complementary color
Monochromatic Colors of #6C066C
Black with #6C066C
Text Example
Text Example
White with #6C066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C066C; }
p { color: rgb(108,6,108); }
H1.HeaderClassName
{
color: #6C066C;
}
.AnyTagClassName
{
color: #6C066C;
}
</style>
background-color css
<style>
a { background-color: #6C066C; }
a { background-color: rgb(108,6,108); }
div.DivClassName
{
background-color: #6C066C;
}
.BgClassName
{
background-color: #6C066C;
}
</style>
border-color css
<style>
span { border-color: #6C066C; }
span { border-color: rgb(108,6,108); }
td.TdClassName
{
border-color: #6C066C;
}
.TagClassName
{
border-color: #6C066C;
}
</style>