Shades of Purple #6C0D79
Tints of Purple #6C0D79
RGB
CMYK
RGB Variations
Color information
#6C0D79 (or 0x6C0D79) is known color: Purple. HEX triplet: 6C, 0D and 79. RGB value is (108,13,121). Sum of RGB (Red+Green+Blue) = 108+13+121=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C0D79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0D79 is #93F286. Grayscale: #353535. Windows color (decimal): -9695879 or 7933292. OLE color: 7933292.
HSL color Cylindrical-coordinate representation of color #6C0D79: hue angle of 292.78º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C0D79 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 13 | 121 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.53 |
| HSL | 292.78º | 0.81% | 0.26% | - |
| HSV(B) | 292.78º | 0.89% | 0.47% | - |
| XYZ | 9.78 | 4.86 | 18.51 | - |
| YUV | 53.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 13 | 121 | 0.11 | 0.89 | 0 | 0.53 | 292.78 | 0.81 | 0.26 |
| Hex | 6C | D | 79 | B | 59 | 0 | 35 | 125 | 51 | 1A |
| Octal | 154 | 15 | 171 | 13 | 131 | 0 | 65 | 445 | 121 | 32 |
| Binary | 1101100 | 1101 | 1111001 | 1011 | 1011001 | 0 | 110101 | 100100101 | 1010001 | 11010 |
Color Harmonies of #6C0D79
Complementary color
Monochromatic Colors of #6C0D79
Black with #6C0D79
Text Example
Text Example
White with #6C0D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0D79; }
p { color: rgb(108,13,121); }
H1.HeaderClassName
{
color: #6C0D79;
}
.AnyTagClassName
{
color: #6C0D79;
}
</style>
background-color css
<style>
a { background-color: #6C0D79; }
a { background-color: rgb(108,13,121); }
div.DivClassName
{
background-color: #6C0D79;
}
.BgClassName
{
background-color: #6C0D79;
}
</style>
border-color css
<style>
span { border-color: #6C0D79; }
span { border-color: rgb(108,13,121); }
td.TdClassName
{
border-color: #6C0D79;
}
.TagClassName
{
border-color: #6C0D79;
}
</style>