Shades of Dark Purple #7D296C
Tints of Dark Purple #7D296C
RGB
CMYK
RGB Variations
Color information
#7D296C (or 0x7D296C) is known color: Dark Purple. HEX triplet: 7D, 29 and 6C. RGB value is (125,41,108). Sum of RGB (Red+Green+Blue) = 125+41+108=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D296C is #82D693. Grayscale: #494949. Windows color (decimal): -8574612 or 7088509. OLE color: 7088509.
HSL color Cylindrical-coordinate representation of color #7D296C: hue angle of 312.14º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D296C is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 108 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.51 |
| HSL | 312.14º | 0.51% | 0.33% | - |
| HSV(B) | 312.14º | 0.67% | 0.49% | - |
| XYZ | 11.96 | 7.03 | 14.91 | - |
| YUV | 73.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 108 | 0 | 0.67 | 0.14 | 0.51 | 312.14 | 0.51 | 0.33 |
| Hex | 7D | 29 | 6C | 0 | 43 | E | 33 | 138 | 33 | 21 |
| Octal | 175 | 51 | 154 | 0 | 103 | 16 | 63 | 470 | 63 | 41 |
| Binary | 1111101 | 101001 | 1101100 | 0 | 1000011 | 1110 | 110011 | 100111000 | 110011 | 100001 |
Color Harmonies of #7D296C
Complementary color
Monochromatic Colors of #7D296C
Black with #7D296C
Text Example
Text Example
White with #7D296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D296C; }
p { color: rgb(125,41,108); }
H1.HeaderClassName
{
color: #7D296C;
}
.AnyTagClassName
{
color: #7D296C;
}
</style>
background-color css
<style>
a { background-color: #7D296C; }
a { background-color: rgb(125,41,108); }
div.DivClassName
{
background-color: #7D296C;
}
.BgClassName
{
background-color: #7D296C;
}
</style>
border-color css
<style>
span { border-color: #7D296C; }
span { border-color: rgb(125,41,108); }
td.TdClassName
{
border-color: #7D296C;
}
.TagClassName
{
border-color: #7D296C;
}
</style>