Shades of Purple #7C086D
Tints of Purple #7C086D
RGB
CMYK
RGB Variations
Color information
#7C086D (or 0x7C086D) is known color: Purple. HEX triplet: 7C, 08 and 6D. RGB value is (124,8,109). Sum of RGB (Red+Green+Blue) = 124+8+109=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C086D is #83F792. Grayscale: #353535. Windows color (decimal): -8648595 or 7145596. OLE color: 7145596.
HSL color Cylindrical-coordinate representation of color #7C086D: hue angle of 307.76º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C086D is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 109 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.51 |
| HSL | 307.76º | 0.88% | 0.26% | - |
| HSV(B) | 307.76º | 0.94% | 0.49% | - |
| XYZ | 11.16 | 5.56 | 14.95 | - |
| YUV | 54.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 109 | 0 | 0.94 | 0.12 | 0.51 | 307.76 | 0.88 | 0.26 |
| Hex | 7C | 8 | 6D | 0 | 5E | C | 33 | 134 | 58 | 1A |
| Octal | 174 | 10 | 155 | 0 | 136 | 14 | 63 | 464 | 130 | 32 |
| Binary | 1111100 | 1000 | 1101101 | 0 | 1011110 | 1100 | 110011 | 100110100 | 1011000 | 11010 |
Color Harmonies of #7C086D
Complementary color
Monochromatic Colors of #7C086D
Black with #7C086D
Text Example
Text Example
White with #7C086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C086D; }
p { color: rgb(124,8,109); }
H1.HeaderClassName
{
color: #7C086D;
}
.AnyTagClassName
{
color: #7C086D;
}
</style>
background-color css
<style>
a { background-color: #7C086D; }
a { background-color: rgb(124,8,109); }
div.DivClassName
{
background-color: #7C086D;
}
.BgClassName
{
background-color: #7C086D;
}
</style>
border-color css
<style>
span { border-color: #7C086D; }
span { border-color: rgb(124,8,109); }
td.TdClassName
{
border-color: #7C086D;
}
.TagClassName
{
border-color: #7C086D;
}
</style>