Shades of Dark Purple #7D2175
Tints of Dark Purple #7D2175
RGB
CMYK
RGB Variations
Color information
#7D2175 (or 0x7D2175) is known color: Dark Purple. HEX triplet: 7D, 21 and 75. RGB value is (125,33,117). Sum of RGB (Red+Green+Blue) = 125+33+117=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2175 is #82DE8A. Grayscale: #454545. Windows color (decimal): -8576651 or 7676285. OLE color: 7676285.
HSL color Cylindrical-coordinate representation of color #7D2175: hue angle of 305.22º 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 #7D2175 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 33 | 117 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.51 |
| HSL | 305.22º | 0.58% | 0.31% | - |
| HSV(B) | 305.22º | 0.74% | 0.49% | - |
| XYZ | 12.21 | 6.73 | 17.49 | - |
| YUV | 70.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 33 | 117 | 0 | 0.74 | 0.06 | 0.51 | 305.22 | 0.58 | 0.31 |
| Hex | 7D | 21 | 75 | 0 | 4A | 6 | 33 | 131 | 3A | 1F |
| Octal | 175 | 41 | 165 | 0 | 112 | 6 | 63 | 461 | 72 | 37 |
| Binary | 1111101 | 100001 | 1110101 | 0 | 1001010 | 110 | 110011 | 100110001 | 111010 | 11111 |
Color Harmonies of #7D2175
Complementary color
Monochromatic Colors of #7D2175
Black with #7D2175
Text Example
Text Example
White with #7D2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2175; }
p { color: rgb(125,33,117); }
H1.HeaderClassName
{
color: #7D2175;
}
.AnyTagClassName
{
color: #7D2175;
}
</style>
background-color css
<style>
a { background-color: #7D2175; }
a { background-color: rgb(125,33,117); }
div.DivClassName
{
background-color: #7D2175;
}
.BgClassName
{
background-color: #7D2175;
}
</style>
border-color css
<style>
span { border-color: #7D2175; }
span { border-color: rgb(125,33,117); }
td.TdClassName
{
border-color: #7D2175;
}
.TagClassName
{
border-color: #7D2175;
}
</style>