Shades of Purple #6C0C79
Tints of Purple #6C0C79
RGB
CMYK
RGB Variations
Color information
#6C0C79 (or 0x6C0C79) is known color: Purple. HEX triplet: 6C, 0C and 79. RGB value is (108,12,121). Sum of RGB (Red+Green+Blue) = 108+12+121=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C0C79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0C79 is #93F386. Grayscale: #343434. Windows color (decimal): -9696135 or 7933036. OLE color: 7933036.
HSL color Cylindrical-coordinate representation of color #6C0C79: hue angle of 292.84º 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 #6C0C79 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 12 | 121 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.53 |
| HSL | 292.84º | 0.82% | 0.26% | - |
| HSV(B) | 292.84º | 0.9% | 0.47% | - |
| XYZ | 9.77 | 4.83 | 18.51 | - |
| YUV | 53.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 12 | 121 | 0.11 | 0.90 | 0 | 0.53 | 292.84 | 0.82 | 0.26 |
| Hex | 6C | C | 79 | B | 5A | 0 | 35 | 125 | 52 | 1A |
| Octal | 154 | 14 | 171 | 13 | 132 | 0 | 65 | 445 | 122 | 32 |
| Binary | 1101100 | 1100 | 1111001 | 1011 | 1011010 | 0 | 110101 | 100100101 | 1010010 | 11010 |
Color Harmonies of #6C0C79
Complementary color
Monochromatic Colors of #6C0C79
Black with #6C0C79
Text Example
Text Example
White with #6C0C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0C79; }
p { color: rgb(108,12,121); }
H1.HeaderClassName
{
color: #6C0C79;
}
.AnyTagClassName
{
color: #6C0C79;
}
</style>
background-color css
<style>
a { background-color: #6C0C79; }
a { background-color: rgb(108,12,121); }
div.DivClassName
{
background-color: #6C0C79;
}
.BgClassName
{
background-color: #6C0C79;
}
</style>
border-color css
<style>
span { border-color: #6C0C79; }
span { border-color: rgb(108,12,121); }
td.TdClassName
{
border-color: #6C0C79;
}
.TagClassName
{
border-color: #6C0C79;
}
</style>