Shades of Dark Purple #7C277D
Tints of Dark Purple #7C277D
RGB
CMYK
RGB Variations
Color information
#7C277D (or 0x7C277D) is known color: Dark Purple. HEX triplet: 7C, 27 and 7D. RGB value is (124,39,125). Sum of RGB (Red+Green+Blue) = 124+39+125=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C277D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C277D is #83D882. Grayscale: #494949. Windows color (decimal): -8640643 or 8202108. OLE color: 8202108.
HSL color Cylindrical-coordinate representation of color #7C277D: hue angle of 299.3º 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 #7C277D is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 125 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.51 |
| HSL | 299.3º | 0.52% | 0.32% | - |
| HSV(B) | 299.3º | 0.69% | 0.49% | - |
| XYZ | 12.74 | 7.22 | 20.12 | - |
| YUV | 74.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 125 | 0.01 | 0.69 | 0 | 0.51 | 299.3 | 0.52 | 0.32 |
| Hex | 7C | 27 | 7D | 1 | 45 | 0 | 33 | 12B | 34 | 20 |
| Octal | 174 | 47 | 175 | 1 | 105 | 0 | 63 | 453 | 64 | 40 |
| Binary | 1111100 | 100111 | 1111101 | 1 | 1000101 | 0 | 110011 | 100101011 | 110100 | 100000 |
Color Harmonies of #7C277D
Complementary color
Monochromatic Colors of #7C277D
Black with #7C277D
Text Example
Text Example
White with #7C277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C277D; }
p { color: rgb(124,39,125); }
H1.HeaderClassName
{
color: #7C277D;
}
.AnyTagClassName
{
color: #7C277D;
}
</style>
background-color css
<style>
a { background-color: #7C277D; }
a { background-color: rgb(124,39,125); }
div.DivClassName
{
background-color: #7C277D;
}
.BgClassName
{
background-color: #7C277D;
}
</style>
border-color css
<style>
span { border-color: #7C277D; }
span { border-color: rgb(124,39,125); }
td.TdClassName
{
border-color: #7C277D;
}
.TagClassName
{
border-color: #7C277D;
}
</style>