Shades of Purple #6C0E76
Tints of Purple #6C0E76
RGB
CMYK
RGB Variations
Color information
#6C0E76 (or 0x6C0E76) is known color: Purple. HEX triplet: 6C, 0E and 76. RGB value is (108,14,118). Sum of RGB (Red+Green+Blue) = 108+14+118=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C0E76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0E76 is #93F189. Grayscale: #353535. Windows color (decimal): -9695626 or 7736940. OLE color: 7736940.
HSL color Cylindrical-coordinate representation of color #6C0E76: hue angle of 294.23º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C0E76 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 14 | 118 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.54 |
| HSL | 294.23º | 0.79% | 0.26% | - |
| HSV(B) | 294.23º | 0.88% | 0.46% | - |
| XYZ | 9.61 | 4.81 | 17.56 | - |
| YUV | 53.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 14 | 118 | 0.08 | 0.88 | 0 | 0.54 | 294.23 | 0.79 | 0.26 |
| Hex | 6C | E | 76 | 8 | 58 | 0 | 36 | 126 | 4F | 1A |
| Octal | 154 | 16 | 166 | 10 | 130 | 0 | 66 | 446 | 117 | 32 |
| Binary | 1101100 | 1110 | 1110110 | 1000 | 1011000 | 0 | 110110 | 100100110 | 1001111 | 11010 |
Color Harmonies of #6C0E76
Complementary color
Monochromatic Colors of #6C0E76
Black with #6C0E76
Text Example
Text Example
White with #6C0E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0E76; }
p { color: rgb(108,14,118); }
H1.HeaderClassName
{
color: #6C0E76;
}
.AnyTagClassName
{
color: #6C0E76;
}
</style>
background-color css
<style>
a { background-color: #6C0E76; }
a { background-color: rgb(108,14,118); }
div.DivClassName
{
background-color: #6C0E76;
}
.BgClassName
{
background-color: #6C0E76;
}
</style>
border-color css
<style>
span { border-color: #6C0E76; }
span { border-color: rgb(108,14,118); }
td.TdClassName
{
border-color: #6C0E76;
}
.TagClassName
{
border-color: #6C0E76;
}
</style>