Shades of Purple #6C0C74
Tints of Purple #6C0C74
RGB
CMYK
RGB Variations
Color information
#6C0C74 (or 0x6C0C74) is known color: Purple. HEX triplet: 6C, 0C and 74. RGB value is (108,12,116). Sum of RGB (Red+Green+Blue) = 108+12+116=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C0C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0C74 is #93F38B. Grayscale: #343434. Windows color (decimal): -9696140 or 7605356. OLE color: 7605356.
HSL color Cylindrical-coordinate representation of color #6C0C74: hue angle of 295.38º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0C74 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 12 | 116 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.55 |
| HSL | 295.38º | 0.81% | 0.25% | - |
| HSV(B) | 295.38º | 0.9% | 0.45% | - |
| XYZ | 9.47 | 4.71 | 16.93 | - |
| YUV | 52.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 12 | 116 | 0.07 | 0.90 | 0 | 0.55 | 295.38 | 0.81 | 0.25 |
| Hex | 6C | C | 74 | 7 | 5A | 0 | 37 | 127 | 51 | 19 |
| Octal | 154 | 14 | 164 | 7 | 132 | 0 | 67 | 447 | 121 | 31 |
| Binary | 1101100 | 1100 | 1110100 | 111 | 1011010 | 0 | 110111 | 100100111 | 1010001 | 11001 |
Color Harmonies of #6C0C74
Complementary color
Monochromatic Colors of #6C0C74
Black with #6C0C74
Text Example
Text Example
White with #6C0C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0C74; }
p { color: rgb(108,12,116); }
H1.HeaderClassName
{
color: #6C0C74;
}
.AnyTagClassName
{
color: #6C0C74;
}
</style>
background-color css
<style>
a { background-color: #6C0C74; }
a { background-color: rgb(108,12,116); }
div.DivClassName
{
background-color: #6C0C74;
}
.BgClassName
{
background-color: #6C0C74;
}
</style>
border-color css
<style>
span { border-color: #6C0C74; }
span { border-color: rgb(108,12,116); }
td.TdClassName
{
border-color: #6C0C74;
}
.TagClassName
{
border-color: #6C0C74;
}
</style>