Shades of Dark Purple #7C126C
Tints of Dark Purple #7C126C
RGB
CMYK
RGB Variations
Color information
#7C126C (or 0x7C126C) is known color: Dark Purple. HEX triplet: 7C, 12 and 6C. RGB value is (124,18,108). Sum of RGB (Red+Green+Blue) = 124+18+108=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C126C is #83ED93. Grayscale: #3B3B3B. Windows color (decimal): -8646036 or 7082620. OLE color: 7082620.
HSL color Cylindrical-coordinate representation of color #7C126C: hue angle of 309.06º 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 #7C126C is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 108 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.51 |
| HSL | 309.06º | 0.75% | 0.28% | - |
| HSV(B) | 309.06º | 0.85% | 0.49% | - |
| XYZ | 11.24 | 5.8 | 14.71 | - |
| YUV | 59.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 108 | 0 | 0.85 | 0.13 | 0.51 | 309.06 | 0.75 | 0.28 |
| Hex | 7C | 12 | 6C | 0 | 55 | D | 33 | 135 | 4B | 1C |
| Octal | 174 | 22 | 154 | 0 | 125 | 15 | 63 | 465 | 113 | 34 |
| Binary | 1111100 | 10010 | 1101100 | 0 | 1010101 | 1101 | 110011 | 100110101 | 1001011 | 11100 |
Color Harmonies of #7C126C
Complementary color
Monochromatic Colors of #7C126C
Black with #7C126C
Text Example
Text Example
White with #7C126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C126C; }
p { color: rgb(124,18,108); }
H1.HeaderClassName
{
color: #7C126C;
}
.AnyTagClassName
{
color: #7C126C;
}
</style>
background-color css
<style>
a { background-color: #7C126C; }
a { background-color: rgb(124,18,108); }
div.DivClassName
{
background-color: #7C126C;
}
.BgClassName
{
background-color: #7C126C;
}
</style>
border-color css
<style>
span { border-color: #7C126C; }
span { border-color: rgb(124,18,108); }
td.TdClassName
{
border-color: #7C126C;
}
.TagClassName
{
border-color: #7C126C;
}
</style>