Shades of Dark Purple #7D286D
Tints of Dark Purple #7D286D
RGB
CMYK
RGB Variations
Color information
#7D286D (or 0x7D286D) is known color: Dark Purple. HEX triplet: 7D, 28 and 6D. RGB value is (125,40,109). Sum of RGB (Red+Green+Blue) = 125+40+109=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D286D is #82D792. Grayscale: #494949. Windows color (decimal): -8574867 or 7153789. OLE color: 7153789.
HSL color Cylindrical-coordinate representation of color #7D286D: hue angle of 311.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D286D is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 109 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.51 |
| HSL | 311.29º | 0.52% | 0.32% | - |
| HSV(B) | 311.29º | 0.68% | 0.49% | - |
| XYZ | 11.98 | 6.98 | 15.18 | - |
| YUV | 73.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 109 | 0 | 0.68 | 0.13 | 0.51 | 311.29 | 0.52 | 0.32 |
| Hex | 7D | 28 | 6D | 0 | 44 | D | 33 | 137 | 34 | 20 |
| Octal | 175 | 50 | 155 | 0 | 104 | 15 | 63 | 467 | 64 | 40 |
| Binary | 1111101 | 101000 | 1101101 | 0 | 1000100 | 1101 | 110011 | 100110111 | 110100 | 100000 |
Color Harmonies of #7D286D
Complementary color
Monochromatic Colors of #7D286D
Black with #7D286D
Text Example
Text Example
White with #7D286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D286D; }
p { color: rgb(125,40,109); }
H1.HeaderClassName
{
color: #7D286D;
}
.AnyTagClassName
{
color: #7D286D;
}
</style>
background-color css
<style>
a { background-color: #7D286D; }
a { background-color: rgb(125,40,109); }
div.DivClassName
{
background-color: #7D286D;
}
.BgClassName
{
background-color: #7D286D;
}
</style>
border-color css
<style>
span { border-color: #7D286D; }
span { border-color: rgb(125,40,109); }
td.TdClassName
{
border-color: #7D286D;
}
.TagClassName
{
border-color: #7D286D;
}
</style>