Shades of Dark Purple #7D386C
Tints of Dark Purple #7D386C
RGB
CMYK
RGB Variations
Color information
#7D386C (or 0x7D386C) is known color: Dark Purple. HEX triplet: 7D, 38 and 6C. RGB value is (125,56,108). Sum of RGB (Red+Green+Blue) = 125+56+108=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 125 - color contains mainly: red. Hex color #7D386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D386C is #82C793. Grayscale: #525252. Windows color (decimal): -8570772 or 7092349. OLE color: 7092349.
HSL color Cylindrical-coordinate representation of color #7D386C: hue angle of 314.78º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D386C is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 56 | 108 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.51 |
| HSL | 314.78º | 0.38% | 0.35% | - |
| HSV(B) | 314.78º | 0.55% | 0.49% | - |
| XYZ | 12.58 | 8.27 | 15.12 | - |
| YUV | 82.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 108 | 0 | 0.55 | 0.14 | 0.51 | 314.78 | 0.38 | 0.35 |
| Hex | 7D | 38 | 6C | 0 | 37 | E | 33 | 13B | 26 | 23 |
| Octal | 175 | 70 | 154 | 0 | 67 | 16 | 63 | 473 | 46 | 43 |
| Binary | 1111101 | 111000 | 1101100 | 0 | 110111 | 1110 | 110011 | 100111011 | 100110 | 100011 |
Color Harmonies of #7D386C
Complementary color
Monochromatic Colors of #7D386C
Black with #7D386C
Text Example
Text Example
White with #7D386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D386C; }
p { color: rgb(125,56,108); }
H1.HeaderClassName
{
color: #7D386C;
}
.AnyTagClassName
{
color: #7D386C;
}
</style>
background-color css
<style>
a { background-color: #7D386C; }
a { background-color: rgb(125,56,108); }
div.DivClassName
{
background-color: #7D386C;
}
.BgClassName
{
background-color: #7D386C;
}
</style>
border-color css
<style>
span { border-color: #7D386C; }
span { border-color: rgb(125,56,108); }
td.TdClassName
{
border-color: #7D386C;
}
.TagClassName
{
border-color: #7D386C;
}
</style>