Shades of Purple #7C0C6F
Tints of Purple #7C0C6F
RGB
CMYK
RGB Variations
Color information
#7C0C6F (or 0x7C0C6F) is known color: Purple. HEX triplet: 7C, 0C and 6F. RGB value is (124,12,111). Sum of RGB (Red+Green+Blue) = 124+12+111=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0C6F is #83F390. Grayscale: #383838. Windows color (decimal): -8647569 or 7277692. OLE color: 7277692.
HSL color Cylindrical-coordinate representation of color #7C0C6F: hue angle of 306.96º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0C6F is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 12 | 111 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.51 |
| HSL | 306.96º | 0.82% | 0.27% | - |
| HSV(B) | 306.96º | 0.9% | 0.49% | - |
| XYZ | 11.31 | 5.7 | 15.54 | - |
| YUV | 56.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 12 | 111 | 0 | 0.90 | 0.10 | 0.51 | 306.96 | 0.82 | 0.27 |
| Hex | 7C | C | 6F | 0 | 5A | A | 33 | 133 | 52 | 1B |
| Octal | 174 | 14 | 157 | 0 | 132 | 12 | 63 | 463 | 122 | 33 |
| Binary | 1111100 | 1100 | 1101111 | 0 | 1011010 | 1010 | 110011 | 100110011 | 1010010 | 11011 |
Color Harmonies of #7C0C6F
Complementary color
Monochromatic Colors of #7C0C6F
Black with #7C0C6F
Text Example
Text Example
White with #7C0C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0C6F; }
p { color: rgb(124,12,111); }
H1.HeaderClassName
{
color: #7C0C6F;
}
.AnyTagClassName
{
color: #7C0C6F;
}
</style>
background-color css
<style>
a { background-color: #7C0C6F; }
a { background-color: rgb(124,12,111); }
div.DivClassName
{
background-color: #7C0C6F;
}
.BgClassName
{
background-color: #7C0C6F;
}
</style>
border-color css
<style>
span { border-color: #7C0C6F; }
span { border-color: rgb(124,12,111); }
td.TdClassName
{
border-color: #7C0C6F;
}
.TagClassName
{
border-color: #7C0C6F;
}
</style>