Shades of Dark Purple #7D2C78
Tints of Dark Purple #7D2C78
RGB
CMYK
RGB Variations
Color information
#7D2C78 (or 0x7D2C78) is known color: Dark Purple. HEX triplet: 7D, 2C and 78. RGB value is (125,44,120). Sum of RGB (Red+Green+Blue) = 125+44+120=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2C78 is #82D387. Grayscale: #4C4C4C. Windows color (decimal): -8573832 or 7875709. OLE color: 7875709.
HSL color Cylindrical-coordinate representation of color #7D2C78: hue angle of 303.7º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D2C78 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 44 | 120 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.51 |
| HSL | 303.7º | 0.48% | 0.33% | - |
| HSV(B) | 303.7º | 0.65% | 0.49% | - |
| XYZ | 12.75 | 7.52 | 18.55 | - |
| YUV | 76.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 44 | 120 | 0 | 0.65 | 0.04 | 0.51 | 303.7 | 0.48 | 0.33 |
| Hex | 7D | 2C | 78 | 0 | 41 | 4 | 33 | 130 | 30 | 21 |
| Octal | 175 | 54 | 170 | 0 | 101 | 4 | 63 | 460 | 60 | 41 |
| Binary | 1111101 | 101100 | 1111000 | 0 | 1000001 | 100 | 110011 | 100110000 | 110000 | 100001 |
Color Harmonies of #7D2C78
Complementary color
Monochromatic Colors of #7D2C78
Black with #7D2C78
Text Example
Text Example
White with #7D2C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2C78; }
p { color: rgb(125,44,120); }
H1.HeaderClassName
{
color: #7D2C78;
}
.AnyTagClassName
{
color: #7D2C78;
}
</style>
background-color css
<style>
a { background-color: #7D2C78; }
a { background-color: rgb(125,44,120); }
div.DivClassName
{
background-color: #7D2C78;
}
.BgClassName
{
background-color: #7D2C78;
}
</style>
border-color css
<style>
span { border-color: #7D2C78; }
span { border-color: rgb(125,44,120); }
td.TdClassName
{
border-color: #7D2C78;
}
.TagClassName
{
border-color: #7D2C78;
}
</style>