Shades of Purple #7C006C
Tints of Purple #7C006C
RGB
CMYK
RGB Variations
Color information
#7C006C (or 0x7C006C) is known color: Purple. HEX triplet: 7C, 00 and 6C. RGB value is (124,0,108). Sum of RGB (Red+Green+Blue) = 124+0+108=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C006C is #83FF93. Grayscale: #313131. Windows color (decimal): -8650644 or 7078012. OLE color: 7078012.
HSL color Cylindrical-coordinate representation of color #7C006C: hue angle of 307.74º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C006C is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.13 | 0.51 |
| HSL | 307.74º | 1% | 0.24% | - |
| HSV(B) | 307.74º | 1% | 0.49% | - |
| XYZ | 11.02 | 5.37 | 14.64 | - |
| YUV | 49.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 108 | 0 | 1 | 0.13 | 0.51 | 307.74 | 1 | 0.24 |
| Hex | 7C | 0 | 6C | 0 | 64 | D | 33 | 134 | 64 | 18 |
| Octal | 174 | 0 | 154 | 0 | 144 | 15 | 63 | 464 | 144 | 30 |
| Binary | 1111100 | 0 | 1101100 | 0 | 1100100 | 1101 | 110011 | 100110100 | 1100100 | 11000 |
Color Harmonies of #7C006C
Complementary color
Monochromatic Colors of #7C006C
Black with #7C006C
Text Example
Text Example
White with #7C006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C006C; }
p { color: rgb(124,0,108); }
H1.HeaderClassName
{
color: #7C006C;
}
.AnyTagClassName
{
color: #7C006C;
}
</style>
background-color css
<style>
a { background-color: #7C006C; }
a { background-color: rgb(124,0,108); }
div.DivClassName
{
background-color: #7C006C;
}
.BgClassName
{
background-color: #7C006C;
}
</style>
border-color css
<style>
span { border-color: #7C006C; }
span { border-color: rgb(124,0,108); }
td.TdClassName
{
border-color: #7C006C;
}
.TagClassName
{
border-color: #7C006C;
}
</style>