Shades of Purple #7E036A
Tints of Purple #7E036A
RGB
CMYK
RGB Variations
Color information
#7E036A (or 0x7E036A) is known color: Purple. HEX triplet: 7E, 03 and 6A. RGB value is (126,3,106). Sum of RGB (Red+Green+Blue) = 126+3+106=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E036A is #81FC95. Grayscale: #333333. Windows color (decimal): -8518806 or 6947710. OLE color: 6947710.
HSL color Cylindrical-coordinate representation of color #7E036A: hue angle of 309.76º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E036A is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 3 | 106 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.51 |
| HSL | 309.76º | 0.95% | 0.25% | - |
| HSV(B) | 309.76º | 0.98% | 0.49% | - |
| XYZ | 11.24 | 5.54 | 14.11 | - |
| YUV | 51.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 106 | 0 | 0.98 | 0.16 | 0.51 | 309.76 | 0.95 | 0.25 |
| Hex | 7E | 3 | 6A | 0 | 62 | 10 | 33 | 136 | 5F | 19 |
| Octal | 176 | 3 | 152 | 0 | 142 | 20 | 63 | 466 | 137 | 31 |
| Binary | 1111110 | 11 | 1101010 | 0 | 1100010 | 10000 | 110011 | 100110110 | 1011111 | 11001 |
Color Harmonies of #7E036A
Complementary color
Monochromatic Colors of #7E036A
Black with #7E036A
Text Example
Text Example
White with #7E036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E036A; }
p { color: rgb(126,3,106); }
H1.HeaderClassName
{
color: #7E036A;
}
.AnyTagClassName
{
color: #7E036A;
}
</style>
background-color css
<style>
a { background-color: #7E036A; }
a { background-color: rgb(126,3,106); }
div.DivClassName
{
background-color: #7E036A;
}
.BgClassName
{
background-color: #7E036A;
}
</style>
border-color css
<style>
span { border-color: #7E036A; }
span { border-color: rgb(126,3,106); }
td.TdClassName
{
border-color: #7E036A;
}
.TagClassName
{
border-color: #7E036A;
}
</style>