Shades of Purple #7C087A
Tints of Purple #7C087A
RGB
CMYK
RGB Variations
Color information
#7C087A (or 0x7C087A) is known color: Purple. HEX triplet: 7C, 08 and 7A. RGB value is (124,8,122). Sum of RGB (Red+Green+Blue) = 124+8+122=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C087A is #83F785. Grayscale: #373737. Windows color (decimal): -8648582 or 7997564. OLE color: 7997564.
HSL color Cylindrical-coordinate representation of color #7C087A: hue angle of 301.03º 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 #7C087A is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 122 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.51 |
| HSL | 301.03º | 0.88% | 0.26% | - |
| HSV(B) | 301.03º | 0.94% | 0.49% | - |
| XYZ | 11.91 | 5.86 | 18.92 | - |
| YUV | 55.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 122 | 0 | 0.94 | 0.02 | 0.51 | 301.03 | 0.88 | 0.26 |
| Hex | 7C | 8 | 7A | 0 | 5E | 2 | 33 | 12D | 58 | 1A |
| Octal | 174 | 10 | 172 | 0 | 136 | 2 | 63 | 455 | 130 | 32 |
| Binary | 1111100 | 1000 | 1111010 | 0 | 1011110 | 10 | 110011 | 100101101 | 1011000 | 11010 |
Color Harmonies of #7C087A
Complementary color
Monochromatic Colors of #7C087A
Black with #7C087A
Text Example
Text Example
White with #7C087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C087A; }
p { color: rgb(124,8,122); }
H1.HeaderClassName
{
color: #7C087A;
}
.AnyTagClassName
{
color: #7C087A;
}
</style>
background-color css
<style>
a { background-color: #7C087A; }
a { background-color: rgb(124,8,122); }
div.DivClassName
{
background-color: #7C087A;
}
.BgClassName
{
background-color: #7C087A;
}
</style>
border-color css
<style>
span { border-color: #7C087A; }
span { border-color: rgb(124,8,122); }
td.TdClassName
{
border-color: #7C087A;
}
.TagClassName
{
border-color: #7C087A;
}
</style>