Shades of Dark Purple #7D2170
Tints of Dark Purple #7D2170
RGB
CMYK
RGB Variations
Color information
#7D2170 (or 0x7D2170) is known color: Dark Purple. HEX triplet: 7D, 21 and 70. RGB value is (125,33,112). Sum of RGB (Red+Green+Blue) = 125+33+112=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2170 is #82DE8F. Grayscale: #454545. Windows color (decimal): -8576656 or 7348605. OLE color: 7348605.
HSL color Cylindrical-coordinate representation of color #7D2170: hue angle of 308.48º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D2170 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 33 | 112 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.51 |
| HSL | 308.48º | 0.58% | 0.31% | - |
| HSV(B) | 308.48º | 0.74% | 0.49% | - |
| XYZ | 11.93 | 6.62 | 15.98 | - |
| YUV | 69.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 33 | 112 | 0 | 0.74 | 0.10 | 0.51 | 308.48 | 0.58 | 0.31 |
| Hex | 7D | 21 | 70 | 0 | 4A | A | 33 | 134 | 3A | 1F |
| Octal | 175 | 41 | 160 | 0 | 112 | 12 | 63 | 464 | 72 | 37 |
| Binary | 1111101 | 100001 | 1110000 | 0 | 1001010 | 1010 | 110011 | 100110100 | 111010 | 11111 |
Color Harmonies of #7D2170
Complementary color
Monochromatic Colors of #7D2170
Black with #7D2170
Text Example
Text Example
White with #7D2170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2170; }
p { color: rgb(125,33,112); }
H1.HeaderClassName
{
color: #7D2170;
}
.AnyTagClassName
{
color: #7D2170;
}
</style>
background-color css
<style>
a { background-color: #7D2170; }
a { background-color: rgb(125,33,112); }
div.DivClassName
{
background-color: #7D2170;
}
.BgClassName
{
background-color: #7D2170;
}
</style>
border-color css
<style>
span { border-color: #7D2170; }
span { border-color: rgb(125,33,112); }
td.TdClassName
{
border-color: #7D2170;
}
.TagClassName
{
border-color: #7D2170;
}
</style>