Shades of Purple #6D0C77
Tints of Purple #6D0C77
RGB
CMYK
RGB Variations
Color information
#6D0C77 (or 0x6D0C77) is known color: Purple. HEX triplet: 6D, 0C and 77. RGB value is (109,12,119). Sum of RGB (Red+Green+Blue) = 109+12+119=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D0C77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0C77 is #92F388. Grayscale: #343434. Windows color (decimal): -9630601 or 7801965. OLE color: 7801965.
HSL color Cylindrical-coordinate representation of color #6D0C77: hue angle of 294.39º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0C77 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 12 | 119 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.53 |
| HSL | 294.39º | 0.82% | 0.26% | - |
| HSV(B) | 294.39º | 0.9% | 0.47% | - |
| XYZ | 9.77 | 4.85 | 17.87 | - |
| YUV | 53.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 119 | 0.08 | 0.90 | 0 | 0.53 | 294.39 | 0.82 | 0.26 |
| Hex | 6D | C | 77 | 8 | 5A | 0 | 35 | 126 | 52 | 1A |
| Octal | 155 | 14 | 167 | 10 | 132 | 0 | 65 | 446 | 122 | 32 |
| Binary | 1101101 | 1100 | 1110111 | 1000 | 1011010 | 0 | 110101 | 100100110 | 1010010 | 11010 |
Color Harmonies of #6D0C77
Complementary color
Monochromatic Colors of #6D0C77
Black with #6D0C77
Text Example
Text Example
White with #6D0C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0C77; }
p { color: rgb(109,12,119); }
H1.HeaderClassName
{
color: #6D0C77;
}
.AnyTagClassName
{
color: #6D0C77;
}
</style>
background-color css
<style>
a { background-color: #6D0C77; }
a { background-color: rgb(109,12,119); }
div.DivClassName
{
background-color: #6D0C77;
}
.BgClassName
{
background-color: #6D0C77;
}
</style>
border-color css
<style>
span { border-color: #6D0C77; }
span { border-color: rgb(109,12,119); }
td.TdClassName
{
border-color: #6D0C77;
}
.TagClassName
{
border-color: #6D0C77;
}
</style>