Shades of Dark Purple #7C1873
Tints of Dark Purple #7C1873
RGB
CMYK
RGB Variations
Color information
#7C1873 (or 0x7C1873) is known color: Dark Purple. HEX triplet: 7C, 18 and 73. RGB value is (124,24,115). Sum of RGB (Red+Green+Blue) = 124+24+115=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1873 is #83E78C. Grayscale: #404040. Windows color (decimal): -8644493 or 7542908. OLE color: 7542908.
HSL color Cylindrical-coordinate representation of color #7C1873: hue angle of 305.4º 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 #7C1873 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 115 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.51 |
| HSL | 305.4º | 0.68% | 0.29% | - |
| HSV(B) | 305.4º | 0.81% | 0.49% | - |
| XYZ | 11.73 | 6.18 | 16.79 | - |
| YUV | 64.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 115 | 0 | 0.81 | 0.07 | 0.51 | 305.4 | 0.68 | 0.29 |
| Hex | 7C | 18 | 73 | 0 | 51 | 7 | 33 | 131 | 44 | 1D |
| Octal | 174 | 30 | 163 | 0 | 121 | 7 | 63 | 461 | 104 | 35 |
| Binary | 1111100 | 11000 | 1110011 | 0 | 1010001 | 111 | 110011 | 100110001 | 1000100 | 11101 |
Color Harmonies of #7C1873
Complementary color
Monochromatic Colors of #7C1873
Black with #7C1873
Text Example
Text Example
White with #7C1873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1873; }
p { color: rgb(124,24,115); }
H1.HeaderClassName
{
color: #7C1873;
}
.AnyTagClassName
{
color: #7C1873;
}
</style>
background-color css
<style>
a { background-color: #7C1873; }
a { background-color: rgb(124,24,115); }
div.DivClassName
{
background-color: #7C1873;
}
.BgClassName
{
background-color: #7C1873;
}
</style>
border-color css
<style>
span { border-color: #7C1873; }
span { border-color: rgb(124,24,115); }
td.TdClassName
{
border-color: #7C1873;
}
.TagClassName
{
border-color: #7C1873;
}
</style>