Shades of Dark Purple #7D336D
Tints of Dark Purple #7D336D
RGB
CMYK
RGB Variations
Color information
#7D336D (or 0x7D336D) is known color: Dark Purple. HEX triplet: 7D, 33 and 6D. RGB value is (125,51,109). Sum of RGB (Red+Green+Blue) = 125+51+109=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D336D is #82CC92. Grayscale: #4F4F4F. Windows color (decimal): -8572051 or 7156605. OLE color: 7156605.
HSL color Cylindrical-coordinate representation of color #7D336D: hue angle of 312.97º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D336D is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 109 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.51 |
| HSL | 312.97º | 0.42% | 0.35% | - |
| HSV(B) | 312.97º | 0.59% | 0.49% | - |
| XYZ | 12.4 | 7.83 | 15.33 | - |
| YUV | 79.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 109 | 0 | 0.59 | 0.13 | 0.51 | 312.97 | 0.42 | 0.35 |
| Hex | 7D | 33 | 6D | 0 | 3B | D | 33 | 139 | 2A | 23 |
| Octal | 175 | 63 | 155 | 0 | 73 | 15 | 63 | 471 | 52 | 43 |
| Binary | 1111101 | 110011 | 1101101 | 0 | 111011 | 1101 | 110011 | 100111001 | 101010 | 100011 |
Color Harmonies of #7D336D
Complementary color
Monochromatic Colors of #7D336D
Black with #7D336D
Text Example
Text Example
White with #7D336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D336D; }
p { color: rgb(125,51,109); }
H1.HeaderClassName
{
color: #7D336D;
}
.AnyTagClassName
{
color: #7D336D;
}
</style>
background-color css
<style>
a { background-color: #7D336D; }
a { background-color: rgb(125,51,109); }
div.DivClassName
{
background-color: #7D336D;
}
.BgClassName
{
background-color: #7D336D;
}
</style>
border-color css
<style>
span { border-color: #7D336D; }
span { border-color: rgb(125,51,109); }
td.TdClassName
{
border-color: #7D336D;
}
.TagClassName
{
border-color: #7D336D;
}
</style>