Shades of Purple #6C066B
Tints of Purple #6C066B
RGB
CMYK
RGB Variations
Color information
#6C066B (or 0x6C066B) is known color: Purple. HEX triplet: 6C, 06 and 6B. RGB value is (108,6,107). Sum of RGB (Red+Green+Blue) = 108+6+107=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C066B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C066B is #93F994. Grayscale: #2F2F2F. Windows color (decimal): -9697685 or 7013996. OLE color: 7013996.
HSL color Cylindrical-coordinate representation of color #6C066B: hue angle of 300.59º 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 #6C066B is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 6 | 107 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.58 |
| HSL | 300.59º | 0.89% | 0.22% | - |
| HSV(B) | 300.59º | 0.94% | 0.42% | - |
| XYZ | 8.9 | 4.38 | 14.29 | - |
| YUV | 48.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 107 | 0 | 0.94 | 0.01 | 0.58 | 300.59 | 0.89 | 0.22 |
| Hex | 6C | 6 | 6B | 0 | 5E | 1 | 3A | 12D | 59 | 16 |
| Octal | 154 | 6 | 153 | 0 | 136 | 1 | 72 | 455 | 131 | 26 |
| Binary | 1101100 | 110 | 1101011 | 0 | 1011110 | 1 | 111010 | 100101101 | 1011001 | 10110 |
Color Harmonies of #6C066B
Complementary color
Monochromatic Colors of #6C066B
Black with #6C066B
Text Example
Text Example
White with #6C066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C066B; }
p { color: rgb(108,6,107); }
H1.HeaderClassName
{
color: #6C066B;
}
.AnyTagClassName
{
color: #6C066B;
}
</style>
background-color css
<style>
a { background-color: #6C066B; }
a { background-color: rgb(108,6,107); }
div.DivClassName
{
background-color: #6C066B;
}
.BgClassName
{
background-color: #6C066B;
}
</style>
border-color css
<style>
span { border-color: #6C066B; }
span { border-color: rgb(108,6,107); }
td.TdClassName
{
border-color: #6C066B;
}
.TagClassName
{
border-color: #6C066B;
}
</style>