Shades of Dark Purple #7D2A6C
Tints of Dark Purple #7D2A6C
RGB
CMYK
RGB Variations
Color information
#7D2A6C (or 0x7D2A6C) is known color: Dark Purple. HEX triplet: 7D, 2A and 6C. RGB value is (125,42,108). Sum of RGB (Red+Green+Blue) = 125+42+108=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2A6C is #82D593. Grayscale: #4A4A4A. Windows color (decimal): -8574356 or 7088765. OLE color: 7088765.
HSL color Cylindrical-coordinate representation of color #7D2A6C: hue angle of 312.29º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D2A6C is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 42 | 108 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.51 |
| HSL | 312.29º | 0.5% | 0.33% | - |
| HSV(B) | 312.29º | 0.66% | 0.49% | - |
| XYZ | 11.99 | 7.1 | 14.93 | - |
| YUV | 74.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 42 | 108 | 0 | 0.66 | 0.14 | 0.51 | 312.29 | 0.5 | 0.33 |
| Hex | 7D | 2A | 6C | 0 | 42 | E | 33 | 138 | 32 | 21 |
| Octal | 175 | 52 | 154 | 0 | 102 | 16 | 63 | 470 | 62 | 41 |
| Binary | 1111101 | 101010 | 1101100 | 0 | 1000010 | 1110 | 110011 | 100111000 | 110010 | 100001 |
Color Harmonies of #7D2A6C
Complementary color
Monochromatic Colors of #7D2A6C
Black with #7D2A6C
Text Example
Text Example
White with #7D2A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2A6C; }
p { color: rgb(125,42,108); }
H1.HeaderClassName
{
color: #7D2A6C;
}
.AnyTagClassName
{
color: #7D2A6C;
}
</style>
background-color css
<style>
a { background-color: #7D2A6C; }
a { background-color: rgb(125,42,108); }
div.DivClassName
{
background-color: #7D2A6C;
}
.BgClassName
{
background-color: #7D2A6C;
}
</style>
border-color css
<style>
span { border-color: #7D2A6C; }
span { border-color: rgb(125,42,108); }
td.TdClassName
{
border-color: #7D2A6C;
}
.TagClassName
{
border-color: #7D2A6C;
}
</style>