Shades of Dark Purple #7D256D
Tints of Dark Purple #7D256D
RGB
CMYK
RGB Variations
Color information
#7D256D (or 0x7D256D) is known color: Dark Purple. HEX triplet: 7D, 25 and 6D. RGB value is (125,37,109). Sum of RGB (Red+Green+Blue) = 125+37+109=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D256D is #82DA92. Grayscale: #474747. Windows color (decimal): -8575635 or 7153021. OLE color: 7153021.
HSL color Cylindrical-coordinate representation of color #7D256D: hue angle of 310.91º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D256D is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 37 | 109 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.51 |
| HSL | 310.91º | 0.54% | 0.32% | - |
| HSV(B) | 310.91º | 0.7% | 0.49% | - |
| XYZ | 11.88 | 6.79 | 15.15 | - |
| YUV | 71.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 37 | 109 | 0 | 0.70 | 0.13 | 0.51 | 310.91 | 0.54 | 0.32 |
| Hex | 7D | 25 | 6D | 0 | 46 | D | 33 | 137 | 36 | 20 |
| Octal | 175 | 45 | 155 | 0 | 106 | 15 | 63 | 467 | 66 | 40 |
| Binary | 1111101 | 100101 | 1101101 | 0 | 1000110 | 1101 | 110011 | 100110111 | 110110 | 100000 |
Color Harmonies of #7D256D
Complementary color
Monochromatic Colors of #7D256D
Black with #7D256D
Text Example
Text Example
White with #7D256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D256D; }
p { color: rgb(125,37,109); }
H1.HeaderClassName
{
color: #7D256D;
}
.AnyTagClassName
{
color: #7D256D;
}
</style>
background-color css
<style>
a { background-color: #7D256D; }
a { background-color: rgb(125,37,109); }
div.DivClassName
{
background-color: #7D256D;
}
.BgClassName
{
background-color: #7D256D;
}
</style>
border-color css
<style>
span { border-color: #7D256D; }
span { border-color: rgb(125,37,109); }
td.TdClassName
{
border-color: #7D256D;
}
.TagClassName
{
border-color: #7D256D;
}
</style>