Shades of Purple #7D096E
Tints of Purple #7D096E
RGB
CMYK
RGB Variations
Color information
#7D096E (or 0x7D096E) is known color: Purple. HEX triplet: 7D, 09 and 6E. RGB value is (125,9,110). Sum of RGB (Red+Green+Blue) = 125+9+110=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D096E is #82F691. Grayscale: #363636. Windows color (decimal): -8582802 or 7211389. OLE color: 7211389.
HSL color Cylindrical-coordinate representation of color #7D096E: hue angle of 307.76º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D096E is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 110 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.51 |
| HSL | 307.76º | 0.87% | 0.26% | - |
| HSV(B) | 307.76º | 0.93% | 0.49% | - |
| XYZ | 11.37 | 5.68 | 15.25 | - |
| YUV | 55.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 110 | 0 | 0.93 | 0.12 | 0.51 | 307.76 | 0.87 | 0.26 |
| Hex | 7D | 9 | 6E | 0 | 5D | C | 33 | 134 | 57 | 1A |
| Octal | 175 | 11 | 156 | 0 | 135 | 14 | 63 | 464 | 127 | 32 |
| Binary | 1111101 | 1001 | 1101110 | 0 | 1011101 | 1100 | 110011 | 100110100 | 1010111 | 11010 |
Color Harmonies of #7D096E
Complementary color
Monochromatic Colors of #7D096E
Black with #7D096E
Text Example
Text Example
White with #7D096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D096E; }
p { color: rgb(125,9,110); }
H1.HeaderClassName
{
color: #7D096E;
}
.AnyTagClassName
{
color: #7D096E;
}
</style>
background-color css
<style>
a { background-color: #7D096E; }
a { background-color: rgb(125,9,110); }
div.DivClassName
{
background-color: #7D096E;
}
.BgClassName
{
background-color: #7D096E;
}
</style>
border-color css
<style>
span { border-color: #7D096E; }
span { border-color: rgb(125,9,110); }
td.TdClassName
{
border-color: #7D096E;
}
.TagClassName
{
border-color: #7D096E;
}
</style>