Shades of Purple #7C066F
Tints of Purple #7C066F
RGB
CMYK
RGB Variations
Color information
#7C066F (or 0x7C066F) is known color: Purple. HEX triplet: 7C, 06 and 6F. RGB value is (124,6,111). Sum of RGB (Red+Green+Blue) = 124+6+111=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C066F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C066F is #83F990. Grayscale: #343434. Windows color (decimal): -8649105 or 7276156. OLE color: 7276156.
HSL color Cylindrical-coordinate representation of color #7C066F: hue angle of 306.61º 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 #7C066F is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 111 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.51 |
| HSL | 306.61º | 0.91% | 0.25% | - |
| HSV(B) | 306.61º | 0.95% | 0.49% | - |
| XYZ | 11.25 | 5.56 | 15.52 | - |
| YUV | 53.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 111 | 0 | 0.95 | 0.10 | 0.51 | 306.61 | 0.91 | 0.25 |
| Hex | 7C | 6 | 6F | 0 | 5F | A | 33 | 133 | 5B | 19 |
| Octal | 174 | 6 | 157 | 0 | 137 | 12 | 63 | 463 | 133 | 31 |
| Binary | 1111100 | 110 | 1101111 | 0 | 1011111 | 1010 | 110011 | 100110011 | 1011011 | 11001 |
Color Harmonies of #7C066F
Complementary color
Monochromatic Colors of #7C066F
Black with #7C066F
Text Example
Text Example
White with #7C066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C066F; }
p { color: rgb(124,6,111); }
H1.HeaderClassName
{
color: #7C066F;
}
.AnyTagClassName
{
color: #7C066F;
}
</style>
background-color css
<style>
a { background-color: #7C066F; }
a { background-color: rgb(124,6,111); }
div.DivClassName
{
background-color: #7C066F;
}
.BgClassName
{
background-color: #7C066F;
}
</style>
border-color css
<style>
span { border-color: #7C066F; }
span { border-color: rgb(124,6,111); }
td.TdClassName
{
border-color: #7C066F;
}
.TagClassName
{
border-color: #7C066F;
}
</style>