Shades of Purple #7E087A
Tints of Purple #7E087A
RGB
CMYK
RGB Variations
Color information
#7E087A (or 0x7E087A) is known color: Purple. HEX triplet: 7E, 08 and 7A. RGB value is (126,8,122). Sum of RGB (Red+Green+Blue) = 126+8+122=256 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.22% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 126 - color contains mainly: red. Hex color #7E087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E087A is #81F785. Grayscale: #373737. Windows color (decimal): -8517510 or 7997566. OLE color: 7997566.
HSL color Cylindrical-coordinate representation of color #7E087A: hue angle of 302.03º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E087A is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 122 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.51 |
| HSL | 302.03º | 0.88% | 0.26% | - |
| HSV(B) | 302.03º | 0.94% | 0.49% | - |
| XYZ | 12.2 | 6.01 | 18.93 | - |
| YUV | 56.28 | 165.09 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 122 | 0 | 0.94 | 0.03 | 0.51 | 302.03 | 0.88 | 0.26 |
| Hex | 7E | 8 | 7A | 0 | 5E | 3 | 33 | 12E | 58 | 1A |
| Octal | 176 | 10 | 172 | 0 | 136 | 3 | 63 | 456 | 130 | 32 |
| Binary | 1111110 | 1000 | 1111010 | 0 | 1011110 | 11 | 110011 | 100101110 | 1011000 | 11010 |
Color Harmonies of #7E087A
Complementary color
Monochromatic Colors of #7E087A
Black with #7E087A
Text Example
Text Example
White with #7E087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E087A; }
p { color: rgb(126,8,122); }
H1.HeaderClassName
{
color: #7E087A;
}
.AnyTagClassName
{
color: #7E087A;
}
</style>
background-color css
<style>
a { background-color: #7E087A; }
a { background-color: rgb(126,8,122); }
div.DivClassName
{
background-color: #7E087A;
}
.BgClassName
{
background-color: #7E087A;
}
</style>
border-color css
<style>
span { border-color: #7E087A; }
span { border-color: rgb(126,8,122); }
td.TdClassName
{
border-color: #7E087A;
}
.TagClassName
{
border-color: #7E087A;
}
</style>