Shades of Dark Purple #7C1985
Tints of Dark Purple #7C1985
RGB
CMYK
RGB Variations
Color information
#7C1985 (or 0x7C1985) is known color: Dark Purple. HEX triplet: 7C, 19 and 85. RGB value is (124,25,133). Sum of RGB (Red+Green+Blue) = 124+25+133=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C1985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1985 is #83E67A. Grayscale: #424242. Windows color (decimal): -8644219 or 8722812. OLE color: 8722812.
HSL color Cylindrical-coordinate representation of color #7C1985: hue angle of 295º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1985 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 25 | 133 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.48 |
| HSL | 295º | 0.68% | 0.31% | - |
| HSV(B) | 295º | 0.81% | 0.52% | - |
| XYZ | 12.89 | 6.67 | 22.8 | - |
| YUV | 66.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 133 | 0.07 | 0.81 | 0 | 0.48 | 295 | 0.68 | 0.31 |
| Hex | 7C | 19 | 85 | 7 | 51 | 0 | 30 | 127 | 44 | 1F |
| Octal | 174 | 31 | 205 | 7 | 121 | 0 | 60 | 447 | 104 | 37 |
| Binary | 1111100 | 11001 | 10000101 | 111 | 1010001 | 0 | 110000 | 100100111 | 1000100 | 11111 |
Color Harmonies of #7C1985
Complementary color
Monochromatic Colors of #7C1985
Black with #7C1985
Text Example
Text Example
White with #7C1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1985; }
p { color: rgb(124,25,133); }
H1.HeaderClassName
{
color: #7C1985;
}
.AnyTagClassName
{
color: #7C1985;
}
</style>
background-color css
<style>
a { background-color: #7C1985; }
a { background-color: rgb(124,25,133); }
div.DivClassName
{
background-color: #7C1985;
}
.BgClassName
{
background-color: #7C1985;
}
</style>
border-color css
<style>
span { border-color: #7C1985; }
span { border-color: rgb(124,25,133); }
td.TdClassName
{
border-color: #7C1985;
}
.TagClassName
{
border-color: #7C1985;
}
</style>