Shades of Purple #7E127F
Tints of Purple #7E127F
RGB
CMYK
RGB Variations
Color information
#7E127F (or 0x7E127F) is known color: Purple. HEX triplet: 7E, 12 and 7F. RGB value is (126,18,127). Sum of RGB (Red+Green+Blue) = 126+18+127=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E127F is #81ED80. Grayscale: #3E3E3E. Windows color (decimal): -8514945 or 8327806. OLE color: 8327806.
HSL color Cylindrical-coordinate representation of color #7E127F: hue angle of 299.45º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E127F is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 18 | 127 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.50 |
| HSL | 299.45º | 0.75% | 0.28% | - |
| HSV(B) | 299.45º | 0.86% | 0.5% | - |
| XYZ | 12.65 | 6.4 | 20.65 | - |
| YUV | 62.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 127 | 0.01 | 0.86 | 0 | 0.50 | 299.45 | 0.75 | 0.28 |
| Hex | 7E | 12 | 7F | 1 | 56 | 0 | 32 | 12B | 4B | 1C |
| Octal | 176 | 22 | 177 | 1 | 126 | 0 | 62 | 453 | 113 | 34 |
| Binary | 1111110 | 10010 | 1111111 | 1 | 1010110 | 0 | 110010 | 100101011 | 1001011 | 11100 |
Color Harmonies of #7E127F
Complementary color
Monochromatic Colors of #7E127F
Black with #7E127F
Text Example
Text Example
White with #7E127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E127F; }
p { color: rgb(126,18,127); }
H1.HeaderClassName
{
color: #7E127F;
}
.AnyTagClassName
{
color: #7E127F;
}
</style>
background-color css
<style>
a { background-color: #7E127F; }
a { background-color: rgb(126,18,127); }
div.DivClassName
{
background-color: #7E127F;
}
.BgClassName
{
background-color: #7E127F;
}
</style>
border-color css
<style>
span { border-color: #7E127F; }
span { border-color: rgb(126,18,127); }
td.TdClassName
{
border-color: #7E127F;
}
.TagClassName
{
border-color: #7E127F;
}
</style>