Shades of Purple #7C066C
Tints of Purple #7C066C
RGB
CMYK
RGB Variations
Color information
#7C066C (or 0x7C066C) is known color: Purple. HEX triplet: 7C, 06 and 6C. RGB value is (124,6,108). Sum of RGB (Red+Green+Blue) = 124+6+108=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C066C is #83F993. Grayscale: #343434. Windows color (decimal): -8649108 or 7079548. OLE color: 7079548.
HSL color Cylindrical-coordinate representation of color #7C066C: hue angle of 308.14º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C066C is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 108 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.51 |
| HSL | 308.14º | 0.91% | 0.25% | - |
| HSV(B) | 308.14º | 0.95% | 0.49% | - |
| XYZ | 11.08 | 5.5 | 14.66 | - |
| YUV | 52.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 108 | 0 | 0.95 | 0.13 | 0.51 | 308.14 | 0.91 | 0.25 |
| Hex | 7C | 6 | 6C | 0 | 5F | D | 33 | 134 | 5B | 19 |
| Octal | 174 | 6 | 154 | 0 | 137 | 15 | 63 | 464 | 133 | 31 |
| Binary | 1111100 | 110 | 1101100 | 0 | 1011111 | 1101 | 110011 | 100110100 | 1011011 | 11001 |
Color Harmonies of #7C066C
Complementary color
Monochromatic Colors of #7C066C
Black with #7C066C
Text Example
Text Example
White with #7C066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C066C; }
p { color: rgb(124,6,108); }
H1.HeaderClassName
{
color: #7C066C;
}
.AnyTagClassName
{
color: #7C066C;
}
</style>
background-color css
<style>
a { background-color: #7C066C; }
a { background-color: rgb(124,6,108); }
div.DivClassName
{
background-color: #7C066C;
}
.BgClassName
{
background-color: #7C066C;
}
</style>
border-color css
<style>
span { border-color: #7C066C; }
span { border-color: rgb(124,6,108); }
td.TdClassName
{
border-color: #7C066C;
}
.TagClassName
{
border-color: #7C066C;
}
</style>