Shades of Dark Purple #7C276D
Tints of Dark Purple #7C276D
RGB
CMYK
RGB Variations
Color information
#7C276D (or 0x7C276D) is known color: Dark Purple. HEX triplet: 7C, 27 and 6D. RGB value is (124,39,109). Sum of RGB (Red+Green+Blue) = 124+39+109=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C276D is #83D892. Grayscale: #484848. Windows color (decimal): -8640659 or 7153532. OLE color: 7153532.
HSL color Cylindrical-coordinate representation of color #7C276D: hue angle of 310.59º 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 #7C276D is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 109 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.51 |
| HSL | 310.59º | 0.52% | 0.32% | - |
| HSV(B) | 310.59º | 0.69% | 0.49% | - |
| XYZ | 11.8 | 6.84 | 15.17 | - |
| YUV | 72.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 109 | 0 | 0.69 | 0.12 | 0.51 | 310.59 | 0.52 | 0.32 |
| Hex | 7C | 27 | 6D | 0 | 45 | C | 33 | 137 | 34 | 20 |
| Octal | 174 | 47 | 155 | 0 | 105 | 14 | 63 | 467 | 64 | 40 |
| Binary | 1111100 | 100111 | 1101101 | 0 | 1000101 | 1100 | 110011 | 100110111 | 110100 | 100000 |
Color Harmonies of #7C276D
Complementary color
Monochromatic Colors of #7C276D
Black with #7C276D
Text Example
Text Example
White with #7C276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C276D; }
p { color: rgb(124,39,109); }
H1.HeaderClassName
{
color: #7C276D;
}
.AnyTagClassName
{
color: #7C276D;
}
</style>
background-color css
<style>
a { background-color: #7C276D; }
a { background-color: rgb(124,39,109); }
div.DivClassName
{
background-color: #7C276D;
}
.BgClassName
{
background-color: #7C276D;
}
</style>
border-color css
<style>
span { border-color: #7C276D; }
span { border-color: rgb(124,39,109); }
td.TdClassName
{
border-color: #7C276D;
}
.TagClassName
{
border-color: #7C276D;
}
</style>