Shades of Purple #7E056D
Tints of Purple #7E056D
RGB
CMYK
RGB Variations
Color information
#7E056D (or 0x7E056D) is known color: Purple. HEX triplet: 7E, 05 and 6D. RGB value is (126,5,109). Sum of RGB (Red+Green+Blue) = 126+5+109=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E056D is #81FA92. Grayscale: #343434. Windows color (decimal): -8518291 or 7144830. OLE color: 7144830.
HSL color Cylindrical-coordinate representation of color #7E056D: hue angle of 308.43º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E056D is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 5 | 109 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.51 |
| HSL | 308.43º | 0.92% | 0.26% | - |
| HSV(B) | 308.43º | 0.96% | 0.49% | - |
| XYZ | 11.42 | 5.65 | 14.96 | - |
| YUV | 53.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 109 | 0 | 0.96 | 0.13 | 0.51 | 308.43 | 0.92 | 0.26 |
| Hex | 7E | 5 | 6D | 0 | 60 | D | 33 | 134 | 5C | 1A |
| Octal | 176 | 5 | 155 | 0 | 140 | 15 | 63 | 464 | 134 | 32 |
| Binary | 1111110 | 101 | 1101101 | 0 | 1100000 | 1101 | 110011 | 100110100 | 1011100 | 11010 |
Color Harmonies of #7E056D
Complementary color
Monochromatic Colors of #7E056D
Black with #7E056D
Text Example
Text Example
White with #7E056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E056D; }
p { color: rgb(126,5,109); }
H1.HeaderClassName
{
color: #7E056D;
}
.AnyTagClassName
{
color: #7E056D;
}
</style>
background-color css
<style>
a { background-color: #7E056D; }
a { background-color: rgb(126,5,109); }
div.DivClassName
{
background-color: #7E056D;
}
.BgClassName
{
background-color: #7E056D;
}
</style>
border-color css
<style>
span { border-color: #7E056D; }
span { border-color: rgb(126,5,109); }
td.TdClassName
{
border-color: #7E056D;
}
.TagClassName
{
border-color: #7E056D;
}
</style>