Shades of Purple #7E006D
Tints of Purple #7E006D
RGB
CMYK
RGB Variations
Color information
#7E006D (or 0x7E006D) is known color: Purple. HEX triplet: 7E, 00 and 6D. RGB value is (126,0,109). Sum of RGB (Red+Green+Blue) = 126+0+109=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E006D is #81FF92. Grayscale: #313131. Windows color (decimal): -8519571 or 7143550. OLE color: 7143550.
HSL color Cylindrical-coordinate representation of color #7E006D: hue angle of 308.1º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E006D is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.13 | 0.51 |
| HSL | 308.1º | 1% | 0.25% | - |
| HSV(B) | 308.1º | 1% | 0.49% | - |
| XYZ | 11.36 | 5.54 | 14.94 | - |
| YUV | 50.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 109 | 0 | 1 | 0.13 | 0.51 | 308.1 | 1 | 0.25 |
| Hex | 7E | 0 | 6D | 0 | 64 | D | 33 | 134 | 64 | 19 |
| Octal | 176 | 0 | 155 | 0 | 144 | 15 | 63 | 464 | 144 | 31 |
| Binary | 1111110 | 0 | 1101101 | 0 | 1100100 | 1101 | 110011 | 100110100 | 1100100 | 11001 |
Color Harmonies of #7E006D
Complementary color
Monochromatic Colors of #7E006D
Black with #7E006D
Text Example
Text Example
White with #7E006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E006D; }
p { color: rgb(126,0,109); }
H1.HeaderClassName
{
color: #7E006D;
}
.AnyTagClassName
{
color: #7E006D;
}
</style>
background-color css
<style>
a { background-color: #7E006D; }
a { background-color: rgb(126,0,109); }
div.DivClassName
{
background-color: #7E006D;
}
.BgClassName
{
background-color: #7E006D;
}
</style>
border-color css
<style>
span { border-color: #7E006D; }
span { border-color: rgb(126,0,109); }
td.TdClassName
{
border-color: #7E006D;
}
.TagClassName
{
border-color: #7E006D;
}
</style>