Shades of Dark Purple #7E3168
Tints of Dark Purple #7E3168
RGB
CMYK
RGB Variations
Color information
#7E3168 (or 0x7E3168) is known color: Dark Purple. HEX triplet: 7E, 31 and 68. RGB value is (126,49,104). Sum of RGB (Red+Green+Blue) = 126+49+104=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3168 is #81CE97. Grayscale: #4E4E4E. Windows color (decimal): -8507032 or 6828414. OLE color: 6828414.
HSL color Cylindrical-coordinate representation of color #7E3168: hue angle of 317.14º 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 #7E3168 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 49 | 104 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.51 |
| HSL | 317.14º | 0.44% | 0.34% | - |
| HSV(B) | 317.14º | 0.61% | 0.49% | - |
| XYZ | 12.2 | 7.63 | 13.93 | - |
| YUV | 78.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 104 | 0 | 0.61 | 0.17 | 0.51 | 317.14 | 0.44 | 0.34 |
| Hex | 7E | 31 | 68 | 0 | 3D | 11 | 33 | 13D | 2C | 22 |
| Octal | 176 | 61 | 150 | 0 | 75 | 21 | 63 | 475 | 54 | 42 |
| Binary | 1111110 | 110001 | 1101000 | 0 | 111101 | 10001 | 110011 | 100111101 | 101100 | 100010 |
Color Harmonies of #7E3168
Complementary color
Monochromatic Colors of #7E3168
Black with #7E3168
Text Example
Text Example
White with #7E3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3168; }
p { color: rgb(126,49,104); }
H1.HeaderClassName
{
color: #7E3168;
}
.AnyTagClassName
{
color: #7E3168;
}
</style>
background-color css
<style>
a { background-color: #7E3168; }
a { background-color: rgb(126,49,104); }
div.DivClassName
{
background-color: #7E3168;
}
.BgClassName
{
background-color: #7E3168;
}
</style>
border-color css
<style>
span { border-color: #7E3168; }
span { border-color: rgb(126,49,104); }
td.TdClassName
{
border-color: #7E3168;
}
.TagClassName
{
border-color: #7E3168;
}
</style>