Shades of Purple #6D0C6F
Tints of Purple #6D0C6F
RGB
CMYK
RGB Variations
Color information
#6D0C6F (or 0x6D0C6F) is known color: Purple. HEX triplet: 6D, 0C and 6F. RGB value is (109,12,111). Sum of RGB (Red+Green+Blue) = 109+12+111=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D0C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0C6F is #92F390. Grayscale: #333333. Windows color (decimal): -9630609 or 7277677. OLE color: 7277677.
HSL color Cylindrical-coordinate representation of color #6D0C6F: hue angle of 298.79º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0C6F is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 12 | 111 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.56 |
| HSL | 298.79º | 0.8% | 0.24% | - |
| HSV(B) | 298.79º | 0.89% | 0.44% | - |
| XYZ | 9.31 | 4.66 | 15.45 | - |
| YUV | 52.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 111 | 0.02 | 0.89 | 0 | 0.56 | 298.79 | 0.8 | 0.24 |
| Hex | 6D | C | 6F | 2 | 59 | 0 | 38 | 12B | 50 | 18 |
| Octal | 155 | 14 | 157 | 2 | 131 | 0 | 70 | 453 | 120 | 30 |
| Binary | 1101101 | 1100 | 1101111 | 10 | 1011001 | 0 | 111000 | 100101011 | 1010000 | 11000 |
Color Harmonies of #6D0C6F
Complementary color
Monochromatic Colors of #6D0C6F
Black with #6D0C6F
Text Example
Text Example
White with #6D0C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0C6F; }
p { color: rgb(109,12,111); }
H1.HeaderClassName
{
color: #6D0C6F;
}
.AnyTagClassName
{
color: #6D0C6F;
}
</style>
background-color css
<style>
a { background-color: #6D0C6F; }
a { background-color: rgb(109,12,111); }
div.DivClassName
{
background-color: #6D0C6F;
}
.BgClassName
{
background-color: #6D0C6F;
}
</style>
border-color css
<style>
span { border-color: #6D0C6F; }
span { border-color: rgb(109,12,111); }
td.TdClassName
{
border-color: #6D0C6F;
}
.TagClassName
{
border-color: #6D0C6F;
}
</style>