Shades of Purple #7D086E
Tints of Purple #7D086E
RGB
CMYK
RGB Variations
Color information
#7D086E (or 0x7D086E) is known color: Purple. HEX triplet: 7D, 08 and 6E. RGB value is (125,8,110). Sum of RGB (Red+Green+Blue) = 125+8+110=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D086E is #82F791. Grayscale: #363636. Windows color (decimal): -8583058 or 7211133. OLE color: 7211133.
HSL color Cylindrical-coordinate representation of color #7D086E: hue angle of 307.69º 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 #7D086E is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 8 | 110 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.51 |
| HSL | 307.69º | 0.88% | 0.26% | - |
| HSV(B) | 307.69º | 0.94% | 0.49% | - |
| XYZ | 11.36 | 5.66 | 15.25 | - |
| YUV | 54.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 110 | 0 | 0.94 | 0.12 | 0.51 | 307.69 | 0.88 | 0.26 |
| Hex | 7D | 8 | 6E | 0 | 5E | C | 33 | 134 | 58 | 1A |
| Octal | 175 | 10 | 156 | 0 | 136 | 14 | 63 | 464 | 130 | 32 |
| Binary | 1111101 | 1000 | 1101110 | 0 | 1011110 | 1100 | 110011 | 100110100 | 1011000 | 11010 |
Color Harmonies of #7D086E
Complementary color
Monochromatic Colors of #7D086E
Black with #7D086E
Text Example
Text Example
White with #7D086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D086E; }
p { color: rgb(125,8,110); }
H1.HeaderClassName
{
color: #7D086E;
}
.AnyTagClassName
{
color: #7D086E;
}
</style>
background-color css
<style>
a { background-color: #7D086E; }
a { background-color: rgb(125,8,110); }
div.DivClassName
{
background-color: #7D086E;
}
.BgClassName
{
background-color: #7D086E;
}
</style>
border-color css
<style>
span { border-color: #7D086E; }
span { border-color: rgb(125,8,110); }
td.TdClassName
{
border-color: #7D086E;
}
.TagClassName
{
border-color: #7D086E;
}
</style>