Shades of Purple #7C0066
Tints of Purple #7C0066
RGB
CMYK
RGB Variations
Color information
#7C0066 (or 0x7C0066) is known color: Purple. HEX triplet: 7C, 00 and 66. RGB value is (124,0,102). Sum of RGB (Red+Green+Blue) = 124+0+102=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0066 is #83FF99. Grayscale: #303030. Windows color (decimal): -8650650 or 6684796. OLE color: 6684796.
HSL color Cylindrical-coordinate representation of color #7C0066: hue angle of 310.65º 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 #7C0066 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.18 | 0.51 |
| HSL | 310.65º | 1% | 0.24% | - |
| HSV(B) | 310.65º | 1% | 0.49% | - |
| XYZ | 10.71 | 5.24 | 13.02 | - |
| YUV | 48.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 102 | 0 | 1 | 0.18 | 0.51 | 310.65 | 1 | 0.24 |
| Hex | 7C | 0 | 66 | 0 | 64 | 12 | 33 | 137 | 64 | 18 |
| Octal | 174 | 0 | 146 | 0 | 144 | 22 | 63 | 467 | 144 | 30 |
| Binary | 1111100 | 0 | 1100110 | 0 | 1100100 | 10010 | 110011 | 100110111 | 1100100 | 11000 |
Color Harmonies of #7C0066
Complementary color
Monochromatic Colors of #7C0066
Black with #7C0066
Text Example
Text Example
White with #7C0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0066; }
p { color: rgb(124,0,102); }
H1.HeaderClassName
{
color: #7C0066;
}
.AnyTagClassName
{
color: #7C0066;
}
</style>
background-color css
<style>
a { background-color: #7C0066; }
a { background-color: rgb(124,0,102); }
div.DivClassName
{
background-color: #7C0066;
}
.BgClassName
{
background-color: #7C0066;
}
</style>
border-color css
<style>
span { border-color: #7C0066; }
span { border-color: rgb(124,0,102); }
td.TdClassName
{
border-color: #7C0066;
}
.TagClassName
{
border-color: #7C0066;
}
</style>