Shades of Dark Purple #7D2682
Tints of Dark Purple #7D2682
RGB
CMYK
RGB Variations
Color information
#7D2682 (or 0x7D2682) is known color: Dark Purple. HEX triplet: 7D, 26 and 82. RGB value is (125,38,130). Sum of RGB (Red+Green+Blue) = 125+38+130=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D2682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2682 is #82D97D. Grayscale: #4A4A4A. Windows color (decimal): -8575358 or 8529533. OLE color: 8529533.
HSL color Cylindrical-coordinate representation of color #7D2682: hue angle of 296.74º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D2682 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 38 | 130 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.49 |
| HSL | 296.74º | 0.55% | 0.33% | - |
| HSV(B) | 296.74º | 0.71% | 0.51% | - |
| XYZ | 13.18 | 7.36 | 21.84 | - |
| YUV | 74.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 130 | 0.04 | 0.71 | 0 | 0.49 | 296.74 | 0.55 | 0.33 |
| Hex | 7D | 26 | 82 | 4 | 47 | 0 | 31 | 129 | 37 | 21 |
| Octal | 175 | 46 | 202 | 4 | 107 | 0 | 61 | 451 | 67 | 41 |
| Binary | 1111101 | 100110 | 10000010 | 100 | 1000111 | 0 | 110001 | 100101001 | 110111 | 100001 |
Color Harmonies of #7D2682
Complementary color
Monochromatic Colors of #7D2682
Black with #7D2682
Text Example
Text Example
White with #7D2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2682; }
p { color: rgb(125,38,130); }
H1.HeaderClassName
{
color: #7D2682;
}
.AnyTagClassName
{
color: #7D2682;
}
</style>
background-color css
<style>
a { background-color: #7D2682; }
a { background-color: rgb(125,38,130); }
div.DivClassName
{
background-color: #7D2682;
}
.BgClassName
{
background-color: #7D2682;
}
</style>
border-color css
<style>
span { border-color: #7D2682; }
span { border-color: rgb(125,38,130); }
td.TdClassName
{
border-color: #7D2682;
}
.TagClassName
{
border-color: #7D2682;
}
</style>