Shades of Purple #6D066C
Tints of Purple #6D066C
RGB
CMYK
RGB Variations
Color information
#6D066C (or 0x6D066C) is known color: Purple. HEX triplet: 6D, 06 and 6C. RGB value is (109,6,108). Sum of RGB (Red+Green+Blue) = 109+6+108=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D066C is #92F993. Grayscale: #303030. Windows color (decimal): -9632148 or 7079533. OLE color: 7079533.
HSL color Cylindrical-coordinate representation of color #6D066C: hue angle of 300.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D066C is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 6 | 108 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.57 |
| HSL | 300.58º | 0.9% | 0.23% | - |
| HSV(B) | 300.58º | 0.94% | 0.43% | - |
| XYZ | 9.08 | 4.46 | 14.57 | - |
| YUV | 48.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 108 | 0 | 0.94 | 0.01 | 0.57 | 300.58 | 0.9 | 0.23 |
| Hex | 6D | 6 | 6C | 0 | 5E | 1 | 39 | 12D | 5A | 17 |
| Octal | 155 | 6 | 154 | 0 | 136 | 1 | 71 | 455 | 132 | 27 |
| Binary | 1101101 | 110 | 1101100 | 0 | 1011110 | 1 | 111001 | 100101101 | 1011010 | 10111 |
Color Harmonies of #6D066C
Complementary color
Monochromatic Colors of #6D066C
Black with #6D066C
Text Example
Text Example
White with #6D066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D066C; }
p { color: rgb(109,6,108); }
H1.HeaderClassName
{
color: #6D066C;
}
.AnyTagClassName
{
color: #6D066C;
}
</style>
background-color css
<style>
a { background-color: #6D066C; }
a { background-color: rgb(109,6,108); }
div.DivClassName
{
background-color: #6D066C;
}
.BgClassName
{
background-color: #6D066C;
}
</style>
border-color css
<style>
span { border-color: #6D066C; }
span { border-color: rgb(109,6,108); }
td.TdClassName
{
border-color: #6D066C;
}
.TagClassName
{
border-color: #6D066C;
}
</style>