Shades of Purple #6D0179
Tints of Purple #6D0179
RGB
CMYK
RGB Variations
Color information
#6D0179 (or 0x6D0179) is known color: Purple. HEX triplet: 6D, 01 and 79. RGB value is (109,1,121). Sum of RGB (Red+Green+Blue) = 109+1+121=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D0179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0179 is #92FE86. Grayscale: #2E2E2E. Windows color (decimal): -9633415 or 7930221. OLE color: 7930221.
HSL color Cylindrical-coordinate representation of color #6D0179: hue angle of 294º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0179 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 1 | 121 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.53 |
| HSL | 294º | 0.98% | 0.24% | - |
| HSV(B) | 294º | 0.99% | 0.47% | - |
| XYZ | 9.77 | 4.65 | 18.47 | - |
| YUV | 46.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 121 | 0.10 | 0.99 | 0 | 0.53 | 294 | 0.98 | 0.24 |
| Hex | 6D | 1 | 79 | A | 63 | 0 | 35 | 126 | 62 | 18 |
| Octal | 155 | 1 | 171 | 12 | 143 | 0 | 65 | 446 | 142 | 30 |
| Binary | 1101101 | 1 | 1111001 | 1010 | 1100011 | 0 | 110101 | 100100110 | 1100010 | 11000 |
Color Harmonies of #6D0179
Complementary color
Monochromatic Colors of #6D0179
Black with #6D0179
Text Example
Text Example
White with #6D0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0179; }
p { color: rgb(109,1,121); }
H1.HeaderClassName
{
color: #6D0179;
}
.AnyTagClassName
{
color: #6D0179;
}
</style>
background-color css
<style>
a { background-color: #6D0179; }
a { background-color: rgb(109,1,121); }
div.DivClassName
{
background-color: #6D0179;
}
.BgClassName
{
background-color: #6D0179;
}
</style>
border-color css
<style>
span { border-color: #6D0179; }
span { border-color: rgb(109,1,121); }
td.TdClassName
{
border-color: #6D0179;
}
.TagClassName
{
border-color: #6D0179;
}
</style>