Shades of Purple #7E0371
Tints of Purple #7E0371
RGB
CMYK
RGB Variations
Color information
#7E0371 (or 0x7E0371) is known color: Purple. HEX triplet: 7E, 03 and 71. RGB value is (126,3,113). Sum of RGB (Red+Green+Blue) = 126+3+113=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0371 is #81FC8E. Grayscale: #343434. Windows color (decimal): -8518799 or 7406462. OLE color: 7406462.
HSL color Cylindrical-coordinate representation of color #7E0371: hue angle of 306.34º 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 #7E0371 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 3 | 113 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.51 |
| HSL | 306.34º | 0.95% | 0.25% | - |
| HSV(B) | 306.34º | 0.98% | 0.49% | - |
| XYZ | 11.62 | 5.69 | 16.11 | - |
| YUV | 52.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 113 | 0 | 0.98 | 0.10 | 0.51 | 306.34 | 0.95 | 0.25 |
| Hex | 7E | 3 | 71 | 0 | 62 | A | 33 | 132 | 5F | 19 |
| Octal | 176 | 3 | 161 | 0 | 142 | 12 | 63 | 462 | 137 | 31 |
| Binary | 1111110 | 11 | 1110001 | 0 | 1100010 | 1010 | 110011 | 100110010 | 1011111 | 11001 |
Color Harmonies of #7E0371
Complementary color
Monochromatic Colors of #7E0371
Black with #7E0371
Text Example
Text Example
White with #7E0371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0371; }
p { color: rgb(126,3,113); }
H1.HeaderClassName
{
color: #7E0371;
}
.AnyTagClassName
{
color: #7E0371;
}
</style>
background-color css
<style>
a { background-color: #7E0371; }
a { background-color: rgb(126,3,113); }
div.DivClassName
{
background-color: #7E0371;
}
.BgClassName
{
background-color: #7E0371;
}
</style>
border-color css
<style>
span { border-color: #7E0371; }
span { border-color: rgb(126,3,113); }
td.TdClassName
{
border-color: #7E0371;
}
.TagClassName
{
border-color: #7E0371;
}
</style>