Shades of Dark Purple #7C1275
Tints of Dark Purple #7C1275
RGB
CMYK
RGB Variations
Color information
#7C1275 (or 0x7C1275) is known color: Dark Purple. HEX triplet: 7C, 12 and 75. RGB value is (124,18,117). Sum of RGB (Red+Green+Blue) = 124+18+117=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1275 is #83ED8A. Grayscale: #3C3C3C. Windows color (decimal): -8646027 or 7672444. OLE color: 7672444.
HSL color Cylindrical-coordinate representation of color #7C1275: hue angle of 303.96º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1275 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 117 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.51 |
| HSL | 303.96º | 0.75% | 0.28% | - |
| HSV(B) | 303.96º | 0.85% | 0.49% | - |
| XYZ | 11.74 | 6 | 17.37 | - |
| YUV | 60.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 117 | 0 | 0.85 | 0.06 | 0.51 | 303.96 | 0.75 | 0.28 |
| Hex | 7C | 12 | 75 | 0 | 55 | 6 | 33 | 130 | 4B | 1C |
| Octal | 174 | 22 | 165 | 0 | 125 | 6 | 63 | 460 | 113 | 34 |
| Binary | 1111100 | 10010 | 1110101 | 0 | 1010101 | 110 | 110011 | 100110000 | 1001011 | 11100 |
Color Harmonies of #7C1275
Complementary color
Monochromatic Colors of #7C1275
Black with #7C1275
Text Example
Text Example
White with #7C1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1275; }
p { color: rgb(124,18,117); }
H1.HeaderClassName
{
color: #7C1275;
}
.AnyTagClassName
{
color: #7C1275;
}
</style>
background-color css
<style>
a { background-color: #7C1275; }
a { background-color: rgb(124,18,117); }
div.DivClassName
{
background-color: #7C1275;
}
.BgClassName
{
background-color: #7C1275;
}
</style>
border-color css
<style>
span { border-color: #7C1275; }
span { border-color: rgb(124,18,117); }
td.TdClassName
{
border-color: #7C1275;
}
.TagClassName
{
border-color: #7C1275;
}
</style>