Shades of Dark Purple #7D206B
Tints of Dark Purple #7D206B
RGB
CMYK
RGB Variations
Color information
#7D206B (or 0x7D206B) is known color: Dark Purple. HEX triplet: 7D, 20 and 6B. RGB value is (125,32,107). Sum of RGB (Red+Green+Blue) = 125+32+107=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D206B is #82DF94. Grayscale: #444444. Windows color (decimal): -8576917 or 7020669. OLE color: 7020669.
HSL color Cylindrical-coordinate representation of color #7D206B: hue angle of 311.61º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D206B is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 32 | 107 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.51 |
| HSL | 311.61º | 0.59% | 0.31% | - |
| HSV(B) | 311.61º | 0.74% | 0.49% | - |
| XYZ | 11.63 | 6.45 | 14.54 | - |
| YUV | 68.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 107 | 0 | 0.74 | 0.14 | 0.51 | 311.61 | 0.59 | 0.31 |
| Hex | 7D | 20 | 6B | 0 | 4A | E | 33 | 138 | 3B | 1F |
| Octal | 175 | 40 | 153 | 0 | 112 | 16 | 63 | 470 | 73 | 37 |
| Binary | 1111101 | 100000 | 1101011 | 0 | 1001010 | 1110 | 110011 | 100111000 | 111011 | 11111 |
Color Harmonies of #7D206B
Complementary color
Monochromatic Colors of #7D206B
Black with #7D206B
Text Example
Text Example
White with #7D206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D206B; }
p { color: rgb(125,32,107); }
H1.HeaderClassName
{
color: #7D206B;
}
.AnyTagClassName
{
color: #7D206B;
}
</style>
background-color css
<style>
a { background-color: #7D206B; }
a { background-color: rgb(125,32,107); }
div.DivClassName
{
background-color: #7D206B;
}
.BgClassName
{
background-color: #7D206B;
}
</style>
border-color css
<style>
span { border-color: #7D206B; }
span { border-color: rgb(125,32,107); }
td.TdClassName
{
border-color: #7D206B;
}
.TagClassName
{
border-color: #7D206B;
}
</style>