Shades of Dark Purple #7C2085
Tints of Dark Purple #7C2085
RGB
CMYK
RGB Variations
Color information
#7C2085 (or 0x7C2085) is known color: Dark Purple. HEX triplet: 7C, 20 and 85. RGB value is (124,32,133). Sum of RGB (Red+Green+Blue) = 124+32+133=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2085 is #83DF7A. Grayscale: #464646. Windows color (decimal): -8642427 or 8724604. OLE color: 8724604.
HSL color Cylindrical-coordinate representation of color #7C2085: hue angle of 294.65º 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 #7C2085 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 32 | 133 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.48 |
| HSL | 294.65º | 0.61% | 0.32% | - |
| HSV(B) | 294.65º | 0.76% | 0.52% | - |
| XYZ | 13.06 | 7.01 | 22.86 | - |
| YUV | 71.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 133 | 0.07 | 0.76 | 0 | 0.48 | 294.65 | 0.61 | 0.32 |
| Hex | 7C | 20 | 85 | 7 | 4C | 0 | 30 | 127 | 3D | 20 |
| Octal | 174 | 40 | 205 | 7 | 114 | 0 | 60 | 447 | 75 | 40 |
| Binary | 1111100 | 100000 | 10000101 | 111 | 1001100 | 0 | 110000 | 100100111 | 111101 | 100000 |
Color Harmonies of #7C2085
Complementary color
Monochromatic Colors of #7C2085
Black with #7C2085
Text Example
Text Example
White with #7C2085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2085; }
p { color: rgb(124,32,133); }
H1.HeaderClassName
{
color: #7C2085;
}
.AnyTagClassName
{
color: #7C2085;
}
</style>
background-color css
<style>
a { background-color: #7C2085; }
a { background-color: rgb(124,32,133); }
div.DivClassName
{
background-color: #7C2085;
}
.BgClassName
{
background-color: #7C2085;
}
</style>
border-color css
<style>
span { border-color: #7C2085; }
span { border-color: rgb(124,32,133); }
td.TdClassName
{
border-color: #7C2085;
}
.TagClassName
{
border-color: #7C2085;
}
</style>