Shades of Dark Purple #7E326C
Tints of Dark Purple #7E326C
RGB
CMYK
RGB Variations
Color information
#7E326C (or 0x7E326C) is known color: Dark Purple. HEX triplet: 7E, 32 and 6C. RGB value is (126,50,108). Sum of RGB (Red+Green+Blue) = 126+50+108=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 126 - color contains mainly: red. Hex color #7E326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E326C is #81CD93. Grayscale: #4F4F4F. Windows color (decimal): -8506772 or 7090814. OLE color: 7090814.
HSL color Cylindrical-coordinate representation of color #7E326C: hue angle of 314.21º 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 #7E326C is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 50 | 108 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.51 |
| HSL | 314.21º | 0.43% | 0.35% | - |
| HSV(B) | 314.21º | 0.6% | 0.49% | - |
| XYZ | 12.45 | 7.8 | 15.04 | - |
| YUV | 79.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 108 | 0 | 0.60 | 0.14 | 0.51 | 314.21 | 0.43 | 0.35 |
| Hex | 7E | 32 | 6C | 0 | 3C | E | 33 | 13A | 2B | 23 |
| Octal | 176 | 62 | 154 | 0 | 74 | 16 | 63 | 472 | 53 | 43 |
| Binary | 1111110 | 110010 | 1101100 | 0 | 111100 | 1110 | 110011 | 100111010 | 101011 | 100011 |
Color Harmonies of #7E326C
Complementary color
Monochromatic Colors of #7E326C
Black with #7E326C
Text Example
Text Example
White with #7E326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E326C; }
p { color: rgb(126,50,108); }
H1.HeaderClassName
{
color: #7E326C;
}
.AnyTagClassName
{
color: #7E326C;
}
</style>
background-color css
<style>
a { background-color: #7E326C; }
a { background-color: rgb(126,50,108); }
div.DivClassName
{
background-color: #7E326C;
}
.BgClassName
{
background-color: #7E326C;
}
</style>
border-color css
<style>
span { border-color: #7E326C; }
span { border-color: rgb(126,50,108); }
td.TdClassName
{
border-color: #7E326C;
}
.TagClassName
{
border-color: #7E326C;
}
</style>