Shades of Purple #7E0A7C
Tints of Purple #7E0A7C
RGB
CMYK
RGB Variations
Color information
#7E0A7C (or 0x7E0A7C) is known color: Purple. HEX triplet: 7E, 0A and 7C. RGB value is (126,10,124). Sum of RGB (Red+Green+Blue) = 126+10+124=260 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.46% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0A7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0A7C is #81F583. Grayscale: #393939. Windows color (decimal): -8516996 or 8129150. OLE color: 8129150.
HSL color Cylindrical-coordinate representation of color #7E0A7C: hue angle of 301.03º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E0A7C is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 10 | 124 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.51 |
| HSL | 301.03º | 0.85% | 0.27% | - |
| HSV(B) | 301.03º | 0.92% | 0.49% | - |
| XYZ | 12.35 | 6.11 | 19.6 | - |
| YUV | 57.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 10 | 124 | 0 | 0.92 | 0.02 | 0.51 | 301.03 | 0.85 | 0.27 |
| Hex | 7E | A | 7C | 0 | 5C | 2 | 33 | 12D | 55 | 1B |
| Octal | 176 | 12 | 174 | 0 | 134 | 2 | 63 | 455 | 125 | 33 |
| Binary | 1111110 | 1010 | 1111100 | 0 | 1011100 | 10 | 110011 | 100101101 | 1010101 | 11011 |
Color Harmonies of #7E0A7C
Complementary color
Monochromatic Colors of #7E0A7C
Black with #7E0A7C
Text Example
Text Example
White with #7E0A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0A7C; }
p { color: rgb(126,10,124); }
H1.HeaderClassName
{
color: #7E0A7C;
}
.AnyTagClassName
{
color: #7E0A7C;
}
</style>
background-color css
<style>
a { background-color: #7E0A7C; }
a { background-color: rgb(126,10,124); }
div.DivClassName
{
background-color: #7E0A7C;
}
.BgClassName
{
background-color: #7E0A7C;
}
</style>
border-color css
<style>
span { border-color: #7E0A7C; }
span { border-color: rgb(126,10,124); }
td.TdClassName
{
border-color: #7E0A7C;
}
.TagClassName
{
border-color: #7E0A7C;
}
</style>