Shades of Dark Purple #7C126D
Tints of Dark Purple #7C126D
RGB
CMYK
RGB Variations
Color information
#7C126D (or 0x7C126D) is known color: Dark Purple. HEX triplet: 7C, 12 and 6D. RGB value is (124,18,109). Sum of RGB (Red+Green+Blue) = 124+18+109=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C126D is #83ED92. Grayscale: #3B3B3B. Windows color (decimal): -8646035 or 7148156. OLE color: 7148156.
HSL color Cylindrical-coordinate representation of color #7C126D: hue angle of 308.49º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C126D is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 109 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.51 |
| HSL | 308.49º | 0.75% | 0.28% | - |
| HSV(B) | 308.49º | 0.85% | 0.49% | - |
| XYZ | 11.29 | 5.82 | 15 | - |
| YUV | 60.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 109 | 0 | 0.85 | 0.12 | 0.51 | 308.49 | 0.75 | 0.28 |
| Hex | 7C | 12 | 6D | 0 | 55 | C | 33 | 134 | 4B | 1C |
| Octal | 174 | 22 | 155 | 0 | 125 | 14 | 63 | 464 | 113 | 34 |
| Binary | 1111100 | 10010 | 1101101 | 0 | 1010101 | 1100 | 110011 | 100110100 | 1001011 | 11100 |
Color Harmonies of #7C126D
Complementary color
Monochromatic Colors of #7C126D
Black with #7C126D
Text Example
Text Example
White with #7C126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C126D; }
p { color: rgb(124,18,109); }
H1.HeaderClassName
{
color: #7C126D;
}
.AnyTagClassName
{
color: #7C126D;
}
</style>
background-color css
<style>
a { background-color: #7C126D; }
a { background-color: rgb(124,18,109); }
div.DivClassName
{
background-color: #7C126D;
}
.BgClassName
{
background-color: #7C126D;
}
</style>
border-color css
<style>
span { border-color: #7C126D; }
span { border-color: rgb(124,18,109); }
td.TdClassName
{
border-color: #7C126D;
}
.TagClassName
{
border-color: #7C126D;
}
</style>