Shades of Purple #7C066E
Tints of Purple #7C066E
RGB
CMYK
RGB Variations
Color information
#7C066E (or 0x7C066E) is known color: Purple. HEX triplet: 7C, 06 and 6E. RGB value is (124,6,110). Sum of RGB (Red+Green+Blue) = 124+6+110=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C066E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C066E is #83F991. Grayscale: #343434. Windows color (decimal): -8649106 or 7210620. OLE color: 7210620.
HSL color Cylindrical-coordinate representation of color #7C066E: hue angle of 307.12º 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 #7C066E is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 110 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.51 |
| HSL | 307.12º | 0.91% | 0.25% | - |
| HSV(B) | 307.12º | 0.95% | 0.49% | - |
| XYZ | 11.19 | 5.54 | 15.23 | - |
| YUV | 53.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 110 | 0 | 0.95 | 0.11 | 0.51 | 307.12 | 0.91 | 0.25 |
| Hex | 7C | 6 | 6E | 0 | 5F | B | 33 | 133 | 5B | 19 |
| Octal | 174 | 6 | 156 | 0 | 137 | 13 | 63 | 463 | 133 | 31 |
| Binary | 1111100 | 110 | 1101110 | 0 | 1011111 | 1011 | 110011 | 100110011 | 1011011 | 11001 |
Color Harmonies of #7C066E
Complementary color
Monochromatic Colors of #7C066E
Black with #7C066E
Text Example
Text Example
White with #7C066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C066E; }
p { color: rgb(124,6,110); }
H1.HeaderClassName
{
color: #7C066E;
}
.AnyTagClassName
{
color: #7C066E;
}
</style>
background-color css
<style>
a { background-color: #7C066E; }
a { background-color: rgb(124,6,110); }
div.DivClassName
{
background-color: #7C066E;
}
.BgClassName
{
background-color: #7C066E;
}
</style>
border-color css
<style>
span { border-color: #7C066E; }
span { border-color: rgb(124,6,110); }
td.TdClassName
{
border-color: #7C066E;
}
.TagClassName
{
border-color: #7C066E;
}
</style>