Shades of Dark Purple #7D2184
Tints of Dark Purple #7D2184
RGB
CMYK
RGB Variations
Color information
#7D2184 (or 0x7D2184) is known color: Dark Purple. HEX triplet: 7D, 21 and 84. RGB value is (125,33,132). Sum of RGB (Red+Green+Blue) = 125+33+132=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D2184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2184 is #82DE7B. Grayscale: #474747. Windows color (decimal): -8576636 or 8659325. OLE color: 8659325.
HSL color Cylindrical-coordinate representation of color #7D2184: hue angle of 295.76º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D2184 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 33 | 132 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.48 |
| HSL | 295.76º | 0.6% | 0.32% | - |
| HSV(B) | 295.76º | 0.75% | 0.52% | - |
| XYZ | 13.17 | 7.11 | 22.51 | - |
| YUV | 71.79 | 161.98 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 33 | 132 | 0.05 | 0.75 | 0 | 0.48 | 295.76 | 0.6 | 0.32 |
| Hex | 7D | 21 | 84 | 5 | 4B | 0 | 30 | 128 | 3C | 20 |
| Octal | 175 | 41 | 204 | 5 | 113 | 0 | 60 | 450 | 74 | 40 |
| Binary | 1111101 | 100001 | 10000100 | 101 | 1001011 | 0 | 110000 | 100101000 | 111100 | 100000 |
Color Harmonies of #7D2184
Complementary color
Monochromatic Colors of #7D2184
Black with #7D2184
Text Example
Text Example
White with #7D2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2184; }
p { color: rgb(125,33,132); }
H1.HeaderClassName
{
color: #7D2184;
}
.AnyTagClassName
{
color: #7D2184;
}
</style>
background-color css
<style>
a { background-color: #7D2184; }
a { background-color: rgb(125,33,132); }
div.DivClassName
{
background-color: #7D2184;
}
.BgClassName
{
background-color: #7D2184;
}
</style>
border-color css
<style>
span { border-color: #7D2184; }
span { border-color: rgb(125,33,132); }
td.TdClassName
{
border-color: #7D2184;
}
.TagClassName
{
border-color: #7D2184;
}
</style>