Shades of Dark Purple #7C2370
Tints of Dark Purple #7C2370
RGB
CMYK
RGB Variations
Color information
#7C2370 (or 0x7C2370) is known color: Dark Purple. HEX triplet: 7C, 23 and 70. RGB value is (124,35,112). Sum of RGB (Red+Green+Blue) = 124+35+112=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2370 is #83DC8F. Grayscale: #464646. Windows color (decimal): -8641680 or 7349116. OLE color: 7349116.
HSL color Cylindrical-coordinate representation of color #7C2370: hue angle of 308.09º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C2370 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 35 | 112 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.51 |
| HSL | 308.09º | 0.56% | 0.31% | - |
| HSV(B) | 308.09º | 0.72% | 0.49% | - |
| XYZ | 11.84 | 6.66 | 15.99 | - |
| YUV | 70.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 112 | 0 | 0.72 | 0.10 | 0.51 | 308.09 | 0.56 | 0.31 |
| Hex | 7C | 23 | 70 | 0 | 48 | A | 33 | 134 | 38 | 1F |
| Octal | 174 | 43 | 160 | 0 | 110 | 12 | 63 | 464 | 70 | 37 |
| Binary | 1111100 | 100011 | 1110000 | 0 | 1001000 | 1010 | 110011 | 100110100 | 111000 | 11111 |
Color Harmonies of #7C2370
Complementary color
Monochromatic Colors of #7C2370
Black with #7C2370
Text Example
Text Example
White with #7C2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2370; }
p { color: rgb(124,35,112); }
H1.HeaderClassName
{
color: #7C2370;
}
.AnyTagClassName
{
color: #7C2370;
}
</style>
background-color css
<style>
a { background-color: #7C2370; }
a { background-color: rgb(124,35,112); }
div.DivClassName
{
background-color: #7C2370;
}
.BgClassName
{
background-color: #7C2370;
}
</style>
border-color css
<style>
span { border-color: #7C2370; }
span { border-color: rgb(124,35,112); }
td.TdClassName
{
border-color: #7C2370;
}
.TagClassName
{
border-color: #7C2370;
}
</style>