Shades of Dark Purple #7E3174
Tints of Dark Purple #7E3174
RGB
CMYK
RGB Variations
Color information
#7E3174 (or 0x7E3174) is known color: Dark Purple. HEX triplet: 7E, 31 and 74. RGB value is (126,49,116). Sum of RGB (Red+Green+Blue) = 126+49+116=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3174 is #81CE8B. Grayscale: #4F4F4F. Windows color (decimal): -8507020 or 7614846. OLE color: 7614846.
HSL color Cylindrical-coordinate representation of color #7E3174: hue angle of 307.79º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E3174 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 49 | 116 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.51 |
| HSL | 307.79º | 0.44% | 0.34% | - |
| HSV(B) | 307.79º | 0.61% | 0.49% | - |
| XYZ | 12.85 | 7.89 | 17.37 | - |
| YUV | 79.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 116 | 0 | 0.61 | 0.08 | 0.51 | 307.79 | 0.44 | 0.34 |
| Hex | 7E | 31 | 74 | 0 | 3D | 8 | 33 | 134 | 2C | 22 |
| Octal | 176 | 61 | 164 | 0 | 75 | 10 | 63 | 464 | 54 | 42 |
| Binary | 1111110 | 110001 | 1110100 | 0 | 111101 | 1000 | 110011 | 100110100 | 101100 | 100010 |
Color Harmonies of #7E3174
Complementary color
Monochromatic Colors of #7E3174
Black with #7E3174
Text Example
Text Example
White with #7E3174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3174; }
p { color: rgb(126,49,116); }
H1.HeaderClassName
{
color: #7E3174;
}
.AnyTagClassName
{
color: #7E3174;
}
</style>
background-color css
<style>
a { background-color: #7E3174; }
a { background-color: rgb(126,49,116); }
div.DivClassName
{
background-color: #7E3174;
}
.BgClassName
{
background-color: #7E3174;
}
</style>
border-color css
<style>
span { border-color: #7E3174; }
span { border-color: rgb(126,49,116); }
td.TdClassName
{
border-color: #7E3174;
}
.TagClassName
{
border-color: #7E3174;
}
</style>