Shades of Dark Purple #7D207F
Tints of Dark Purple #7D207F
RGB
CMYK
RGB Variations
Color information
#7D207F (or 0x7D207F) is known color: Dark Purple. HEX triplet: 7D, 20 and 7F. RGB value is (125,32,127). Sum of RGB (Red+Green+Blue) = 125+32+127=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D207F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D207F is #82DF80. Grayscale: #464646. Windows color (decimal): -8576897 or 8331389. OLE color: 8331389.
HSL color Cylindrical-coordinate representation of color #7D207F: hue angle of 298.74º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D207F is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 32 | 127 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.50 |
| HSL | 298.74º | 0.6% | 0.31% | - |
| HSV(B) | 298.74º | 0.75% | 0.5% | - |
| XYZ | 12.8 | 6.93 | 20.74 | - |
| YUV | 70.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 127 | 0.02 | 0.75 | 0 | 0.50 | 298.74 | 0.6 | 0.31 |
| Hex | 7D | 20 | 7F | 2 | 4B | 0 | 32 | 12B | 3C | 1F |
| Octal | 175 | 40 | 177 | 2 | 113 | 0 | 62 | 453 | 74 | 37 |
| Binary | 1111101 | 100000 | 1111111 | 10 | 1001011 | 0 | 110010 | 100101011 | 111100 | 11111 |
Color Harmonies of #7D207F
Complementary color
Monochromatic Colors of #7D207F
Black with #7D207F
Text Example
Text Example
White with #7D207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D207F; }
p { color: rgb(125,32,127); }
H1.HeaderClassName
{
color: #7D207F;
}
.AnyTagClassName
{
color: #7D207F;
}
</style>
background-color css
<style>
a { background-color: #7D207F; }
a { background-color: rgb(125,32,127); }
div.DivClassName
{
background-color: #7D207F;
}
.BgClassName
{
background-color: #7D207F;
}
</style>
border-color css
<style>
span { border-color: #7D207F; }
span { border-color: rgb(125,32,127); }
td.TdClassName
{
border-color: #7D207F;
}
.TagClassName
{
border-color: #7D207F;
}
</style>