Shades of Purple #6D0777
Tints of Purple #6D0777
RGB
CMYK
RGB Variations
Color information
#6D0777 (or 0x6D0777) is known color: Purple. HEX triplet: 6D, 07 and 77. RGB value is (109,7,119). Sum of RGB (Red+Green+Blue) = 109+7+119=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D0777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0777 is #92F888. Grayscale: #313131. Windows color (decimal): -9631881 or 7800685. OLE color: 7800685.
HSL color Cylindrical-coordinate representation of color #6D0777: hue angle of 294.64º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0777 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 7 | 119 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.53 |
| HSL | 294.64º | 0.89% | 0.25% | - |
| HSV(B) | 294.64º | 0.94% | 0.47% | - |
| XYZ | 9.71 | 4.74 | 17.85 | - |
| YUV | 50.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 119 | 0.08 | 0.94 | 0 | 0.53 | 294.64 | 0.89 | 0.25 |
| Hex | 6D | 7 | 77 | 8 | 5E | 0 | 35 | 127 | 59 | 19 |
| Octal | 155 | 7 | 167 | 10 | 136 | 0 | 65 | 447 | 131 | 31 |
| Binary | 1101101 | 111 | 1110111 | 1000 | 1011110 | 0 | 110101 | 100100111 | 1011001 | 11001 |
Color Harmonies of #6D0777
Complementary color
Monochromatic Colors of #6D0777
Black with #6D0777
Text Example
Text Example
White with #6D0777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0777; }
p { color: rgb(109,7,119); }
H1.HeaderClassName
{
color: #6D0777;
}
.AnyTagClassName
{
color: #6D0777;
}
</style>
background-color css
<style>
a { background-color: #6D0777; }
a { background-color: rgb(109,7,119); }
div.DivClassName
{
background-color: #6D0777;
}
.BgClassName
{
background-color: #6D0777;
}
</style>
border-color css
<style>
span { border-color: #6D0777; }
span { border-color: rgb(109,7,119); }
td.TdClassName
{
border-color: #6D0777;
}
.TagClassName
{
border-color: #6D0777;
}
</style>