Shades of Dark Purple #7E346C
Tints of Dark Purple #7E346C
RGB
CMYK
RGB Variations
Color information
#7E346C (or 0x7E346C) is known color: Dark Purple. HEX triplet: 7E, 34 and 6C. RGB value is (126,52,108). Sum of RGB (Red+Green+Blue) = 126+52+108=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E346C is #81CB93. Grayscale: #505050. Windows color (decimal): -8506260 or 7091326. OLE color: 7091326.
HSL color Cylindrical-coordinate representation of color #7E346C: hue angle of 314.59º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E346C is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 108 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.51 |
| HSL | 314.59º | 0.42% | 0.35% | - |
| HSV(B) | 314.59º | 0.59% | 0.49% | - |
| XYZ | 12.54 | 7.97 | 15.07 | - |
| YUV | 80.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 108 | 0 | 0.59 | 0.14 | 0.51 | 314.59 | 0.42 | 0.35 |
| Hex | 7E | 34 | 6C | 0 | 3B | E | 33 | 13B | 2A | 23 |
| Octal | 176 | 64 | 154 | 0 | 73 | 16 | 63 | 473 | 52 | 43 |
| Binary | 1111110 | 110100 | 1101100 | 0 | 111011 | 1110 | 110011 | 100111011 | 101010 | 100011 |
Color Harmonies of #7E346C
Complementary color
Monochromatic Colors of #7E346C
Black with #7E346C
Text Example
Text Example
White with #7E346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E346C; }
p { color: rgb(126,52,108); }
H1.HeaderClassName
{
color: #7E346C;
}
.AnyTagClassName
{
color: #7E346C;
}
</style>
background-color css
<style>
a { background-color: #7E346C; }
a { background-color: rgb(126,52,108); }
div.DivClassName
{
background-color: #7E346C;
}
.BgClassName
{
background-color: #7E346C;
}
</style>
border-color css
<style>
span { border-color: #7E346C; }
span { border-color: rgb(126,52,108); }
td.TdClassName
{
border-color: #7E346C;
}
.TagClassName
{
border-color: #7E346C;
}
</style>