Shades of Purple #6D0779
Tints of Purple #6D0779
RGB
CMYK
RGB Variations
Color information
#6D0779 (or 0x6D0779) is known color: Purple. HEX triplet: 6D, 07 and 79. RGB value is (109,7,121). Sum of RGB (Red+Green+Blue) = 109+7+121=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D0779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0779 is #92F886. Grayscale: #323232. Windows color (decimal): -9631879 or 7931757. OLE color: 7931757.
HSL color Cylindrical-coordinate representation of color #6D0779: hue angle of 293.68º 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 #6D0779 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 7 | 121 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.53 |
| HSL | 293.68º | 0.89% | 0.25% | - |
| HSV(B) | 293.68º | 0.94% | 0.47% | - |
| XYZ | 9.83 | 4.78 | 18.49 | - |
| YUV | 50.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 121 | 0.10 | 0.94 | 0 | 0.53 | 293.68 | 0.89 | 0.25 |
| Hex | 6D | 7 | 79 | A | 5E | 0 | 35 | 126 | 59 | 19 |
| Octal | 155 | 7 | 171 | 12 | 136 | 0 | 65 | 446 | 131 | 31 |
| Binary | 1101101 | 111 | 1111001 | 1010 | 1011110 | 0 | 110101 | 100100110 | 1011001 | 11001 |
Color Harmonies of #6D0779
Complementary color
Monochromatic Colors of #6D0779
Black with #6D0779
Text Example
Text Example
White with #6D0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0779; }
p { color: rgb(109,7,121); }
H1.HeaderClassName
{
color: #6D0779;
}
.AnyTagClassName
{
color: #6D0779;
}
</style>
background-color css
<style>
a { background-color: #6D0779; }
a { background-color: rgb(109,7,121); }
div.DivClassName
{
background-color: #6D0779;
}
.BgClassName
{
background-color: #6D0779;
}
</style>
border-color css
<style>
span { border-color: #6D0779; }
span { border-color: rgb(109,7,121); }
td.TdClassName
{
border-color: #6D0779;
}
.TagClassName
{
border-color: #6D0779;
}
</style>