Shades of Dark Purple #7D2084
Tints of Dark Purple #7D2084
RGB
CMYK
RGB Variations
Color information
#7D2084 (or 0x7D2084) is known color: Dark Purple. HEX triplet: 7D, 20 and 84. RGB value is (125,32,132). Sum of RGB (Red+Green+Blue) = 125+32+132=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D2084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2084 is #82DF7B. Grayscale: #464646. Windows color (decimal): -8576892 or 8659069. OLE color: 8659069.
HSL color Cylindrical-coordinate representation of color #7D2084: hue angle of 295.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D2084 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 32 | 132 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.48 |
| HSL | 295.8º | 0.61% | 0.32% | - |
| HSV(B) | 295.8º | 0.76% | 0.52% | - |
| XYZ | 13.14 | 7.06 | 22.5 | - |
| YUV | 71.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 132 | 0.05 | 0.76 | 0 | 0.48 | 295.8 | 0.61 | 0.32 |
| Hex | 7D | 20 | 84 | 5 | 4C | 0 | 30 | 128 | 3D | 20 |
| Octal | 175 | 40 | 204 | 5 | 114 | 0 | 60 | 450 | 75 | 40 |
| Binary | 1111101 | 100000 | 10000100 | 101 | 1001100 | 0 | 110000 | 100101000 | 111101 | 100000 |
Color Harmonies of #7D2084
Complementary color
Monochromatic Colors of #7D2084
Black with #7D2084
Text Example
Text Example
White with #7D2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2084; }
p { color: rgb(125,32,132); }
H1.HeaderClassName
{
color: #7D2084;
}
.AnyTagClassName
{
color: #7D2084;
}
</style>
background-color css
<style>
a { background-color: #7D2084; }
a { background-color: rgb(125,32,132); }
div.DivClassName
{
background-color: #7D2084;
}
.BgClassName
{
background-color: #7D2084;
}
</style>
border-color css
<style>
span { border-color: #7D2084; }
span { border-color: rgb(125,32,132); }
td.TdClassName
{
border-color: #7D2084;
}
.TagClassName
{
border-color: #7D2084;
}
</style>