Shades of Dark Purple #7C256E
Tints of Dark Purple #7C256E
RGB
CMYK
RGB Variations
Color information
#7C256E (or 0x7C256E) is known color: Dark Purple. HEX triplet: 7C, 25 and 6E. RGB value is (124,37,110). Sum of RGB (Red+Green+Blue) = 124+37+110=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C256E is #83DA91. Grayscale: #474747. Windows color (decimal): -8641170 or 7218556. OLE color: 7218556.
HSL color Cylindrical-coordinate representation of color #7C256E: hue angle of 309.66º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C256E is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 37 | 110 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.51 |
| HSL | 309.66º | 0.54% | 0.32% | - |
| HSV(B) | 309.66º | 0.7% | 0.49% | - |
| XYZ | 11.79 | 6.73 | 15.43 | - |
| YUV | 71.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 110 | 0 | 0.70 | 0.11 | 0.51 | 309.66 | 0.54 | 0.32 |
| Hex | 7C | 25 | 6E | 0 | 46 | B | 33 | 136 | 36 | 20 |
| Octal | 174 | 45 | 156 | 0 | 106 | 13 | 63 | 466 | 66 | 40 |
| Binary | 1111100 | 100101 | 1101110 | 0 | 1000110 | 1011 | 110011 | 100110110 | 110110 | 100000 |
Color Harmonies of #7C256E
Complementary color
Monochromatic Colors of #7C256E
Black with #7C256E
Text Example
Text Example
White with #7C256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C256E; }
p { color: rgb(124,37,110); }
H1.HeaderClassName
{
color: #7C256E;
}
.AnyTagClassName
{
color: #7C256E;
}
</style>
background-color css
<style>
a { background-color: #7C256E; }
a { background-color: rgb(124,37,110); }
div.DivClassName
{
background-color: #7C256E;
}
.BgClassName
{
background-color: #7C256E;
}
</style>
border-color css
<style>
span { border-color: #7C256E; }
span { border-color: rgb(124,37,110); }
td.TdClassName
{
border-color: #7C256E;
}
.TagClassName
{
border-color: #7C256E;
}
</style>