Shades of Dark Purple #7E327A
Tints of Dark Purple #7E327A
RGB
CMYK
RGB Variations
Color information
#7E327A (or 0x7E327A) is known color: Dark Purple. HEX triplet: 7E, 32 and 7A. RGB value is (126,50,122). Sum of RGB (Red+Green+Blue) = 126+50+122=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E327A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E327A is #81CD85. Grayscale: #505050. Windows color (decimal): -8506758 or 8008318. OLE color: 8008318.
HSL color Cylindrical-coordinate representation of color #7E327A: hue angle of 303.16º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E327A is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 50 | 122 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.51 |
| HSL | 303.16º | 0.43% | 0.35% | - |
| HSV(B) | 303.16º | 0.6% | 0.49% | - |
| XYZ | 13.26 | 8.12 | 19.28 | - |
| YUV | 80.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 122 | 0 | 0.60 | 0.03 | 0.51 | 303.16 | 0.43 | 0.35 |
| Hex | 7E | 32 | 7A | 0 | 3C | 3 | 33 | 12F | 2B | 23 |
| Octal | 176 | 62 | 172 | 0 | 74 | 3 | 63 | 457 | 53 | 43 |
| Binary | 1111110 | 110010 | 1111010 | 0 | 111100 | 11 | 110011 | 100101111 | 101011 | 100011 |
Color Harmonies of #7E327A
Complementary color
Monochromatic Colors of #7E327A
Black with #7E327A
Text Example
Text Example
White with #7E327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E327A; }
p { color: rgb(126,50,122); }
H1.HeaderClassName
{
color: #7E327A;
}
.AnyTagClassName
{
color: #7E327A;
}
</style>
background-color css
<style>
a { background-color: #7E327A; }
a { background-color: rgb(126,50,122); }
div.DivClassName
{
background-color: #7E327A;
}
.BgClassName
{
background-color: #7E327A;
}
</style>
border-color css
<style>
span { border-color: #7E327A; }
span { border-color: rgb(126,50,122); }
td.TdClassName
{
border-color: #7E327A;
}
.TagClassName
{
border-color: #7E327A;
}
</style>