Shades of Dark Purple #7C1877
Tints of Dark Purple #7C1877
RGB
CMYK
RGB Variations
Color information
#7C1877 (or 0x7C1877) is known color: Dark Purple. HEX triplet: 7C, 18 and 77. RGB value is (124,24,119). Sum of RGB (Red+Green+Blue) = 124+24+119=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1877 is #83E788. Grayscale: #404040. Windows color (decimal): -8644489 or 7805052. OLE color: 7805052.
HSL color Cylindrical-coordinate representation of color #7C1877: hue angle of 303º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1877 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 119 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.51 |
| HSL | 303º | 0.68% | 0.29% | - |
| HSV(B) | 303º | 0.81% | 0.49% | - |
| XYZ | 11.97 | 6.27 | 18.03 | - |
| YUV | 64.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 119 | 0 | 0.81 | 0.04 | 0.51 | 303 | 0.68 | 0.29 |
| Hex | 7C | 18 | 77 | 0 | 51 | 4 | 33 | 12F | 44 | 1D |
| Octal | 174 | 30 | 167 | 0 | 121 | 4 | 63 | 457 | 104 | 35 |
| Binary | 1111100 | 11000 | 1110111 | 0 | 1010001 | 100 | 110011 | 100101111 | 1000100 | 11101 |
Color Harmonies of #7C1877
Complementary color
Monochromatic Colors of #7C1877
Black with #7C1877
Text Example
Text Example
White with #7C1877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1877; }
p { color: rgb(124,24,119); }
H1.HeaderClassName
{
color: #7C1877;
}
.AnyTagClassName
{
color: #7C1877;
}
</style>
background-color css
<style>
a { background-color: #7C1877; }
a { background-color: rgb(124,24,119); }
div.DivClassName
{
background-color: #7C1877;
}
.BgClassName
{
background-color: #7C1877;
}
</style>
border-color css
<style>
span { border-color: #7C1877; }
span { border-color: rgb(124,24,119); }
td.TdClassName
{
border-color: #7C1877;
}
.TagClassName
{
border-color: #7C1877;
}
</style>