Shades of Purple #6D0C76
Tints of Purple #6D0C76
RGB
CMYK
RGB Variations
Color information
#6D0C76 (or 0x6D0C76) is known color: Purple. HEX triplet: 6D, 0C and 76. RGB value is (109,12,118). Sum of RGB (Red+Green+Blue) = 109+12+118=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D0C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0C76 is #92F389. Grayscale: #343434. Windows color (decimal): -9630602 or 7736429. OLE color: 7736429.
HSL color Cylindrical-coordinate representation of color #6D0C76: hue angle of 294.91º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0C76 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 12 | 118 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.54 |
| HSL | 294.91º | 0.82% | 0.25% | - |
| HSV(B) | 294.91º | 0.9% | 0.46% | - |
| XYZ | 9.71 | 4.82 | 17.56 | - |
| YUV | 53.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 118 | 0.08 | 0.90 | 0 | 0.54 | 294.91 | 0.82 | 0.25 |
| Hex | 6D | C | 76 | 8 | 5A | 0 | 36 | 127 | 52 | 19 |
| Octal | 155 | 14 | 166 | 10 | 132 | 0 | 66 | 447 | 122 | 31 |
| Binary | 1101101 | 1100 | 1110110 | 1000 | 1011010 | 0 | 110110 | 100100111 | 1010010 | 11001 |
Color Harmonies of #6D0C76
Complementary color
Monochromatic Colors of #6D0C76
Black with #6D0C76
Text Example
Text Example
White with #6D0C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0C76; }
p { color: rgb(109,12,118); }
H1.HeaderClassName
{
color: #6D0C76;
}
.AnyTagClassName
{
color: #6D0C76;
}
</style>
background-color css
<style>
a { background-color: #6D0C76; }
a { background-color: rgb(109,12,118); }
div.DivClassName
{
background-color: #6D0C76;
}
.BgClassName
{
background-color: #6D0C76;
}
</style>
border-color css
<style>
span { border-color: #6D0C76; }
span { border-color: rgb(109,12,118); }
td.TdClassName
{
border-color: #6D0C76;
}
.TagClassName
{
border-color: #6D0C76;
}
</style>