Shades of Dark Purple #7C2084
Tints of Dark Purple #7C2084
RGB
CMYK
RGB Variations
Color information
#7C2084 (or 0x7C2084) is known color: Dark Purple. HEX triplet: 7C, 20 and 84. RGB value is (124,32,132). Sum of RGB (Red+Green+Blue) = 124+32+132=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C2084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2084 is #83DF7B. Grayscale: #464646. Windows color (decimal): -8642428 or 8659068. OLE color: 8659068.
HSL color Cylindrical-coordinate representation of color #7C2084: hue angle of 295.2º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C2084 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 32 | 132 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.48 |
| HSL | 295.2º | 0.61% | 0.32% | - |
| HSV(B) | 295.2º | 0.76% | 0.52% | - |
| XYZ | 12.99 | 6.98 | 22.49 | - |
| YUV | 70.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 132 | 0.06 | 0.76 | 0 | 0.48 | 295.2 | 0.61 | 0.32 |
| Hex | 7C | 20 | 84 | 6 | 4C | 0 | 30 | 127 | 3D | 20 |
| Octal | 174 | 40 | 204 | 6 | 114 | 0 | 60 | 447 | 75 | 40 |
| Binary | 1111100 | 100000 | 10000100 | 110 | 1001100 | 0 | 110000 | 100100111 | 111101 | 100000 |
Color Harmonies of #7C2084
Complementary color
Monochromatic Colors of #7C2084
Black with #7C2084
Text Example
Text Example
White with #7C2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2084; }
p { color: rgb(124,32,132); }
H1.HeaderClassName
{
color: #7C2084;
}
.AnyTagClassName
{
color: #7C2084;
}
</style>
background-color css
<style>
a { background-color: #7C2084; }
a { background-color: rgb(124,32,132); }
div.DivClassName
{
background-color: #7C2084;
}
.BgClassName
{
background-color: #7C2084;
}
</style>
border-color css
<style>
span { border-color: #7C2084; }
span { border-color: rgb(124,32,132); }
td.TdClassName
{
border-color: #7C2084;
}
.TagClassName
{
border-color: #7C2084;
}
</style>