Shades of Dark Purple #7C2165
Tints of Dark Purple #7C2165
RGB
CMYK
RGB Variations
Color information
#7C2165 (or 0x7C2165) is known color: Dark Purple. HEX triplet: 7C, 21 and 65. RGB value is (124,33,101). Sum of RGB (Red+Green+Blue) = 124+33+101=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2165 is #83DE9A. Grayscale: #434343. Windows color (decimal): -8642203 or 6627708. OLE color: 6627708.
HSL color Cylindrical-coordinate representation of color #7C2165: hue angle of 315.16º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2165 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 33 | 101 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.51 |
| HSL | 315.16º | 0.58% | 0.31% | - |
| HSV(B) | 315.16º | 0.73% | 0.49% | - |
| XYZ | 11.21 | 6.31 | 12.94 | - |
| YUV | 67.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 101 | 0 | 0.73 | 0.19 | 0.51 | 315.16 | 0.58 | 0.31 |
| Hex | 7C | 21 | 65 | 0 | 49 | 13 | 33 | 13B | 3A | 1F |
| Octal | 174 | 41 | 145 | 0 | 111 | 23 | 63 | 473 | 72 | 37 |
| Binary | 1111100 | 100001 | 1100101 | 0 | 1001001 | 10011 | 110011 | 100111011 | 111010 | 11111 |
Color Harmonies of #7C2165
Complementary color
Monochromatic Colors of #7C2165
Black with #7C2165
Text Example
Text Example
White with #7C2165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2165; }
p { color: rgb(124,33,101); }
H1.HeaderClassName
{
color: #7C2165;
}
.AnyTagClassName
{
color: #7C2165;
}
</style>
background-color css
<style>
a { background-color: #7C2165; }
a { background-color: rgb(124,33,101); }
div.DivClassName
{
background-color: #7C2165;
}
.BgClassName
{
background-color: #7C2165;
}
</style>
border-color css
<style>
span { border-color: #7C2165; }
span { border-color: rgb(124,33,101); }
td.TdClassName
{
border-color: #7C2165;
}
.TagClassName
{
border-color: #7C2165;
}
</style>