Shades of Dark Purple #7D1975
Tints of Dark Purple #7D1975
RGB
CMYK
RGB Variations
Color information
#7D1975 (or 0x7D1975) is known color: Dark Purple. HEX triplet: 7D, 19 and 75. RGB value is (125,25,117). Sum of RGB (Red+Green+Blue) = 125+25+117=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1975 is #82E68A. Grayscale: #414141. Windows color (decimal): -8578699 or 7674237. OLE color: 7674237.
HSL color Cylindrical-coordinate representation of color #7D1975: hue angle of 304.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D1975 is Cyan = 0, Magento = 0.8, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 25 | 117 | - |
| CMYK | 0 | 0.8 | 0.06 | 0.51 |
| HSL | 304.8º | 0.67% | 0.29% | - |
| HSV(B) | 304.8º | 0.8% | 0.49% | - |
| XYZ | 12.02 | 6.34 | 17.42 | - |
| YUV | 65.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 117 | 0 | 0.8 | 0.06 | 0.51 | 304.8 | 0.67 | 0.29 |
| Hex | 7D | 19 | 75 | 0 | 50 | 6 | 33 | 131 | 43 | 1D |
| Octal | 175 | 31 | 165 | 0 | 120 | 6 | 63 | 461 | 103 | 35 |
| Binary | 1111101 | 11001 | 1110101 | 0 | 1010000 | 110 | 110011 | 100110001 | 1000011 | 11101 |
Color Harmonies of #7D1975
Complementary color
Monochromatic Colors of #7D1975
Black with #7D1975
Text Example
Text Example
White with #7D1975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1975; }
p { color: rgb(125,25,117); }
H1.HeaderClassName
{
color: #7D1975;
}
.AnyTagClassName
{
color: #7D1975;
}
</style>
background-color css
<style>
a { background-color: #7D1975; }
a { background-color: rgb(125,25,117); }
div.DivClassName
{
background-color: #7D1975;
}
.BgClassName
{
background-color: #7D1975;
}
</style>
border-color css
<style>
span { border-color: #7D1975; }
span { border-color: rgb(125,25,117); }
td.TdClassName
{
border-color: #7D1975;
}
.TagClassName
{
border-color: #7D1975;
}
</style>