Shades of Dark Purple #7C2B75
Tints of Dark Purple #7C2B75
RGB
CMYK
RGB Variations
Color information
#7C2B75 (or 0x7C2B75) is known color: Dark Purple. HEX triplet: 7C, 2B and 75. RGB value is (124,43,117). Sum of RGB (Red+Green+Blue) = 124+43+117=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2B75 is #83D48A. Grayscale: #4B4B4B. Windows color (decimal): -8639627 or 7678844. OLE color: 7678844.
HSL color Cylindrical-coordinate representation of color #7C2B75: hue angle of 305.19º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2B75 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 43 | 117 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.51 |
| HSL | 305.19º | 0.49% | 0.33% | - |
| HSV(B) | 305.19º | 0.65% | 0.49% | - |
| XYZ | 12.39 | 7.3 | 17.59 | - |
| YUV | 75.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 117 | 0 | 0.65 | 0.06 | 0.51 | 305.19 | 0.49 | 0.33 |
| Hex | 7C | 2B | 75 | 0 | 41 | 6 | 33 | 131 | 31 | 21 |
| Octal | 174 | 53 | 165 | 0 | 101 | 6 | 63 | 461 | 61 | 41 |
| Binary | 1111100 | 101011 | 1110101 | 0 | 1000001 | 110 | 110011 | 100110001 | 110001 | 100001 |
Color Harmonies of #7C2B75
Complementary color
Monochromatic Colors of #7C2B75
Black with #7C2B75
Text Example
Text Example
White with #7C2B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2B75; }
p { color: rgb(124,43,117); }
H1.HeaderClassName
{
color: #7C2B75;
}
.AnyTagClassName
{
color: #7C2B75;
}
</style>
background-color css
<style>
a { background-color: #7C2B75; }
a { background-color: rgb(124,43,117); }
div.DivClassName
{
background-color: #7C2B75;
}
.BgClassName
{
background-color: #7C2B75;
}
</style>
border-color css
<style>
span { border-color: #7C2B75; }
span { border-color: rgb(124,43,117); }
td.TdClassName
{
border-color: #7C2B75;
}
.TagClassName
{
border-color: #7C2B75;
}
</style>