Shades of Purple #7E007F
Tints of Purple #7E007F
RGB
CMYK
RGB Variations
Color information
#7E007F (or 0x7E007F) is known color: Purple. HEX triplet: 7E, 00 and 7F. RGB value is (126,0,127). Sum of RGB (Red+Green+Blue) = 126+0+127=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E007F is #81FF80. Grayscale: #333333. Windows color (decimal): -8519553 or 8323198. OLE color: 8323198.
HSL color Cylindrical-coordinate representation of color #7E007F: hue angle of 299.53º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E007F is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 0 | 127 | - |
| CMYK | 0.01 | 1 | 0 | 0.50 |
| HSL | 299.53º | 1% | 0.25% | - |
| HSV(B) | 299.53º | 1% | 0.5% | - |
| XYZ | 12.43 | 5.97 | 20.58 | - |
| YUV | 52.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 127 | 0.01 | 1 | 0 | 0.50 | 299.53 | 1 | 0.25 |
| Hex | 7E | 0 | 7F | 1 | 64 | 0 | 32 | 12C | 64 | 19 |
| Octal | 176 | 0 | 177 | 1 | 144 | 0 | 62 | 454 | 144 | 31 |
| Binary | 1111110 | 0 | 1111111 | 1 | 1100100 | 0 | 110010 | 100101100 | 1100100 | 11001 |
Color Harmonies of #7E007F
Complementary color
Monochromatic Colors of #7E007F
Black with #7E007F
Text Example
Text Example
White with #7E007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E007F; }
p { color: rgb(126,0,127); }
H1.HeaderClassName
{
color: #7E007F;
}
.AnyTagClassName
{
color: #7E007F;
}
</style>
background-color css
<style>
a { background-color: #7E007F; }
a { background-color: rgb(126,0,127); }
div.DivClassName
{
background-color: #7E007F;
}
.BgClassName
{
background-color: #7E007F;
}
</style>
border-color css
<style>
span { border-color: #7E007F; }
span { border-color: rgb(126,0,127); }
td.TdClassName
{
border-color: #7E007F;
}
.TagClassName
{
border-color: #7E007F;
}
</style>