Shades of Purple #7D0E7C
Tints of Purple #7D0E7C
RGB
CMYK
RGB Variations
Color information
#7D0E7C (or 0x7D0E7C) is known color: Purple. HEX triplet: 7D, 0E and 7C. RGB value is (125,14,124). Sum of RGB (Red+Green+Blue) = 125+14+124=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0E7C is #82F183. Grayscale: #3B3B3B. Windows color (decimal): -8581508 or 8130173. OLE color: 8130173.
HSL color Cylindrical-coordinate representation of color #7D0E7C: hue angle of 300.54º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D0E7C is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 14 | 124 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.51 |
| HSL | 300.54º | 0.8% | 0.27% | - |
| HSV(B) | 300.54º | 0.89% | 0.49% | - |
| XYZ | 12.25 | 6.13 | 19.61 | - |
| YUV | 59.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 14 | 124 | 0 | 0.89 | 0.01 | 0.51 | 300.54 | 0.8 | 0.27 |
| Hex | 7D | E | 7C | 0 | 59 | 1 | 33 | 12D | 50 | 1B |
| Octal | 175 | 16 | 174 | 0 | 131 | 1 | 63 | 455 | 120 | 33 |
| Binary | 1111101 | 1110 | 1111100 | 0 | 1011001 | 1 | 110011 | 100101101 | 1010000 | 11011 |
Color Harmonies of #7D0E7C
Complementary color
Monochromatic Colors of #7D0E7C
Black with #7D0E7C
Text Example
Text Example
White with #7D0E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0E7C; }
p { color: rgb(125,14,124); }
H1.HeaderClassName
{
color: #7D0E7C;
}
.AnyTagClassName
{
color: #7D0E7C;
}
</style>
background-color css
<style>
a { background-color: #7D0E7C; }
a { background-color: rgb(125,14,124); }
div.DivClassName
{
background-color: #7D0E7C;
}
.BgClassName
{
background-color: #7D0E7C;
}
</style>
border-color css
<style>
span { border-color: #7D0E7C; }
span { border-color: rgb(125,14,124); }
td.TdClassName
{
border-color: #7D0E7C;
}
.TagClassName
{
border-color: #7D0E7C;
}
</style>