Shades of Purple #7E058C
Tints of Purple #7E058C
RGB
CMYK
RGB Variations
Color information
#7E058C (or 0x7E058C) is known color: Purple. HEX triplet: 7E, 05 and 8C. RGB value is (126,5,140). Sum of RGB (Red+Green+Blue) = 126+5+140=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E058C is #81FA73. Grayscale: #383838. Windows color (decimal): -8518260 or 9176446. OLE color: 9176446.
HSL color Cylindrical-coordinate representation of color #7E058C: hue angle of 293.78º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E058C is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 5 | 140 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.45 |
| HSL | 293.78º | 0.93% | 0.28% | - |
| HSV(B) | 293.78º | 0.96% | 0.55% | - |
| XYZ | 13.39 | 6.44 | 25.35 | - |
| YUV | 56.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 140 | 0.10 | 0.96 | 0 | 0.45 | 293.78 | 0.93 | 0.28 |
| Hex | 7E | 5 | 8C | A | 60 | 0 | 2D | 126 | 5D | 1C |
| Octal | 176 | 5 | 214 | 12 | 140 | 0 | 55 | 446 | 135 | 34 |
| Binary | 1111110 | 101 | 10001100 | 1010 | 1100000 | 0 | 101101 | 100100110 | 1011101 | 11100 |
Color Harmonies of #7E058C
Complementary color
Monochromatic Colors of #7E058C
Black with #7E058C
Text Example
Text Example
White with #7E058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E058C; }
p { color: rgb(126,5,140); }
H1.HeaderClassName
{
color: #7E058C;
}
.AnyTagClassName
{
color: #7E058C;
}
</style>
background-color css
<style>
a { background-color: #7E058C; }
a { background-color: rgb(126,5,140); }
div.DivClassName
{
background-color: #7E058C;
}
.BgClassName
{
background-color: #7E058C;
}
</style>
border-color css
<style>
span { border-color: #7E058C; }
span { border-color: rgb(126,5,140); }
td.TdClassName
{
border-color: #7E058C;
}
.TagClassName
{
border-color: #7E058C;
}
</style>