Shades of Purple #7E036F
Tints of Purple #7E036F
RGB
CMYK
RGB Variations
Color information
#7E036F (or 0x7E036F) is known color: Purple. HEX triplet: 7E, 03 and 6F. RGB value is (126,3,111). Sum of RGB (Red+Green+Blue) = 126+3+111=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E036F is #81FC90. Grayscale: #333333. Windows color (decimal): -8518801 or 7275390. OLE color: 7275390.
HSL color Cylindrical-coordinate representation of color #7E036F: hue angle of 307.32º 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 #7E036F is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 3 | 111 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.51 |
| HSL | 307.32º | 0.95% | 0.25% | - |
| HSV(B) | 307.32º | 0.98% | 0.49% | - |
| XYZ | 11.51 | 5.65 | 15.52 | - |
| YUV | 52.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 111 | 0 | 0.98 | 0.12 | 0.51 | 307.32 | 0.95 | 0.25 |
| Hex | 7E | 3 | 6F | 0 | 62 | C | 33 | 133 | 5F | 19 |
| Octal | 176 | 3 | 157 | 0 | 142 | 14 | 63 | 463 | 137 | 31 |
| Binary | 1111110 | 11 | 1101111 | 0 | 1100010 | 1100 | 110011 | 100110011 | 1011111 | 11001 |
Color Harmonies of #7E036F
Complementary color
Monochromatic Colors of #7E036F
Black with #7E036F
Text Example
Text Example
White with #7E036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E036F; }
p { color: rgb(126,3,111); }
H1.HeaderClassName
{
color: #7E036F;
}
.AnyTagClassName
{
color: #7E036F;
}
</style>
background-color css
<style>
a { background-color: #7E036F; }
a { background-color: rgb(126,3,111); }
div.DivClassName
{
background-color: #7E036F;
}
.BgClassName
{
background-color: #7E036F;
}
</style>
border-color css
<style>
span { border-color: #7E036F; }
span { border-color: rgb(126,3,111); }
td.TdClassName
{
border-color: #7E036F;
}
.TagClassName
{
border-color: #7E036F;
}
</style>