Shades of Purple #7C086F
Tints of Purple #7C086F
RGB
CMYK
RGB Variations
Color information
#7C086F (or 0x7C086F) is known color: Purple. HEX triplet: 7C, 08 and 6F. RGB value is (124,8,111). Sum of RGB (Red+Green+Blue) = 124+8+111=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C086F is #83F790. Grayscale: #363636. Windows color (decimal): -8648593 or 7276668. OLE color: 7276668.
HSL color Cylindrical-coordinate representation of color #7C086F: hue angle of 306.72º 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 #7C086F is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 111 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.51 |
| HSL | 306.72º | 0.88% | 0.26% | - |
| HSV(B) | 306.72º | 0.94% | 0.49% | - |
| XYZ | 11.27 | 5.61 | 15.53 | - |
| YUV | 54.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 111 | 0 | 0.94 | 0.10 | 0.51 | 306.72 | 0.88 | 0.26 |
| Hex | 7C | 8 | 6F | 0 | 5E | A | 33 | 133 | 58 | 1A |
| Octal | 174 | 10 | 157 | 0 | 136 | 12 | 63 | 463 | 130 | 32 |
| Binary | 1111100 | 1000 | 1101111 | 0 | 1011110 | 1010 | 110011 | 100110011 | 1011000 | 11010 |
Color Harmonies of #7C086F
Complementary color
Monochromatic Colors of #7C086F
Black with #7C086F
Text Example
Text Example
White with #7C086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C086F; }
p { color: rgb(124,8,111); }
H1.HeaderClassName
{
color: #7C086F;
}
.AnyTagClassName
{
color: #7C086F;
}
</style>
background-color css
<style>
a { background-color: #7C086F; }
a { background-color: rgb(124,8,111); }
div.DivClassName
{
background-color: #7C086F;
}
.BgClassName
{
background-color: #7C086F;
}
</style>
border-color css
<style>
span { border-color: #7C086F; }
span { border-color: rgb(124,8,111); }
td.TdClassName
{
border-color: #7C086F;
}
.TagClassName
{
border-color: #7C086F;
}
</style>