Shades of Purple #7C067E
Tints of Purple #7C067E
RGB
CMYK
RGB Variations
Color information
#7C067E (or 0x7C067E) is known color: Purple. HEX triplet: 7C, 06 and 7E. RGB value is (124,6,126). Sum of RGB (Red+Green+Blue) = 124+6+126=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C067E is #83F981. Grayscale: #363636. Windows color (decimal): -8649090 or 8259196. OLE color: 8259196.
HSL color Cylindrical-coordinate representation of color #7C067E: hue angle of 299º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C067E is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 126 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.51 |
| HSL | 299º | 0.91% | 0.26% | - |
| HSV(B) | 299º | 0.95% | 0.49% | - |
| XYZ | 12.14 | 5.92 | 20.24 | - |
| YUV | 54.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 126 | 0.02 | 0.95 | 0 | 0.51 | 299 | 0.91 | 0.26 |
| Hex | 7C | 6 | 7E | 2 | 5F | 0 | 33 | 12B | 5B | 1A |
| Octal | 174 | 6 | 176 | 2 | 137 | 0 | 63 | 453 | 133 | 32 |
| Binary | 1111100 | 110 | 1111110 | 10 | 1011111 | 0 | 110011 | 100101011 | 1011011 | 11010 |
Color Harmonies of #7C067E
Complementary color
Monochromatic Colors of #7C067E
Black with #7C067E
Text Example
Text Example
White with #7C067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C067E; }
p { color: rgb(124,6,126); }
H1.HeaderClassName
{
color: #7C067E;
}
.AnyTagClassName
{
color: #7C067E;
}
</style>
background-color css
<style>
a { background-color: #7C067E; }
a { background-color: rgb(124,6,126); }
div.DivClassName
{
background-color: #7C067E;
}
.BgClassName
{
background-color: #7C067E;
}
</style>
border-color css
<style>
span { border-color: #7C067E; }
span { border-color: rgb(124,6,126); }
td.TdClassName
{
border-color: #7C067E;
}
.TagClassName
{
border-color: #7C067E;
}
</style>