Shades of Dark Purple #7D2873
Tints of Dark Purple #7D2873
RGB
CMYK
RGB Variations
Color information
#7D2873 (or 0x7D2873) is known color: Dark Purple. HEX triplet: 7D, 28 and 73. RGB value is (125,40,115). Sum of RGB (Red+Green+Blue) = 125+40+115=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2873 is #82D78C. Grayscale: #494949. Windows color (decimal): -8574861 or 7547005. OLE color: 7547005.
HSL color Cylindrical-coordinate representation of color #7D2873: hue angle of 307.06º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D2873 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 115 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.51 |
| HSL | 307.06º | 0.52% | 0.32% | - |
| HSV(B) | 307.06º | 0.68% | 0.49% | - |
| XYZ | 12.31 | 7.12 | 16.94 | - |
| YUV | 73.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 115 | 0 | 0.68 | 0.08 | 0.51 | 307.06 | 0.52 | 0.32 |
| Hex | 7D | 28 | 73 | 0 | 44 | 8 | 33 | 133 | 34 | 20 |
| Octal | 175 | 50 | 163 | 0 | 104 | 10 | 63 | 463 | 64 | 40 |
| Binary | 1111101 | 101000 | 1110011 | 0 | 1000100 | 1000 | 110011 | 100110011 | 110100 | 100000 |
Color Harmonies of #7D2873
Complementary color
Monochromatic Colors of #7D2873
Black with #7D2873
Text Example
Text Example
White with #7D2873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2873; }
p { color: rgb(125,40,115); }
H1.HeaderClassName
{
color: #7D2873;
}
.AnyTagClassName
{
color: #7D2873;
}
</style>
background-color css
<style>
a { background-color: #7D2873; }
a { background-color: rgb(125,40,115); }
div.DivClassName
{
background-color: #7D2873;
}
.BgClassName
{
background-color: #7D2873;
}
</style>
border-color css
<style>
span { border-color: #7D2873; }
span { border-color: rgb(125,40,115); }
td.TdClassName
{
border-color: #7D2873;
}
.TagClassName
{
border-color: #7D2873;
}
</style>