Shades of Dark Purple #7C3073
Tints of Dark Purple #7C3073
RGB
CMYK
RGB Variations
Color information
#7C3073 (or 0x7C3073) is known color: Dark Purple. HEX triplet: 7C, 30 and 73. RGB value is (124,48,115). Sum of RGB (Red+Green+Blue) = 124+48+115=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3073 is #83CF8C. Grayscale: #4E4E4E. Windows color (decimal): -8638349 or 7549052. OLE color: 7549052.
HSL color Cylindrical-coordinate representation of color #7C3073: hue angle of 307.11º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C3073 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 115 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.51 |
| HSL | 307.11º | 0.44% | 0.34% | - |
| HSV(B) | 307.11º | 0.61% | 0.49% | - |
| XYZ | 12.46 | 7.64 | 17.04 | - |
| YUV | 78.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 115 | 0 | 0.61 | 0.07 | 0.51 | 307.11 | 0.44 | 0.34 |
| Hex | 7C | 30 | 73 | 0 | 3D | 7 | 33 | 133 | 2C | 22 |
| Octal | 174 | 60 | 163 | 0 | 75 | 7 | 63 | 463 | 54 | 42 |
| Binary | 1111100 | 110000 | 1110011 | 0 | 111101 | 111 | 110011 | 100110011 | 101100 | 100010 |
Color Harmonies of #7C3073
Complementary color
Monochromatic Colors of #7C3073
Black with #7C3073
Text Example
Text Example
White with #7C3073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3073; }
p { color: rgb(124,48,115); }
H1.HeaderClassName
{
color: #7C3073;
}
.AnyTagClassName
{
color: #7C3073;
}
</style>
background-color css
<style>
a { background-color: #7C3073; }
a { background-color: rgb(124,48,115); }
div.DivClassName
{
background-color: #7C3073;
}
.BgClassName
{
background-color: #7C3073;
}
</style>
border-color css
<style>
span { border-color: #7C3073; }
span { border-color: rgb(124,48,115); }
td.TdClassName
{
border-color: #7C3073;
}
.TagClassName
{
border-color: #7C3073;
}
</style>