Shades of Dark Purple #7D276E
Tints of Dark Purple #7D276E
RGB
CMYK
RGB Variations
Color information
#7D276E (or 0x7D276E) is known color: Dark Purple. HEX triplet: 7D, 27 and 6E. RGB value is (125,39,110). Sum of RGB (Red+Green+Blue) = 125+39+110=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D276E is #82D891. Grayscale: #484848. Windows color (decimal): -8575122 or 7219069. OLE color: 7219069.
HSL color Cylindrical-coordinate representation of color #7D276E: hue angle of 310.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D276E is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 39 | 110 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.51 |
| HSL | 310.47º | 0.52% | 0.32% | - |
| HSV(B) | 310.47º | 0.69% | 0.49% | - |
| XYZ | 12 | 6.94 | 15.46 | - |
| YUV | 72.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 39 | 110 | 0 | 0.69 | 0.12 | 0.51 | 310.47 | 0.52 | 0.32 |
| Hex | 7D | 27 | 6E | 0 | 45 | C | 33 | 136 | 34 | 20 |
| Octal | 175 | 47 | 156 | 0 | 105 | 14 | 63 | 466 | 64 | 40 |
| Binary | 1111101 | 100111 | 1101110 | 0 | 1000101 | 1100 | 110011 | 100110110 | 110100 | 100000 |
Color Harmonies of #7D276E
Complementary color
Monochromatic Colors of #7D276E
Black with #7D276E
Text Example
Text Example
White with #7D276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D276E; }
p { color: rgb(125,39,110); }
H1.HeaderClassName
{
color: #7D276E;
}
.AnyTagClassName
{
color: #7D276E;
}
</style>
background-color css
<style>
a { background-color: #7D276E; }
a { background-color: rgb(125,39,110); }
div.DivClassName
{
background-color: #7D276E;
}
.BgClassName
{
background-color: #7D276E;
}
</style>
border-color css
<style>
span { border-color: #7D276E; }
span { border-color: rgb(125,39,110); }
td.TdClassName
{
border-color: #7D276E;
}
.TagClassName
{
border-color: #7D276E;
}
</style>