Shades of Purple #7E127D
Tints of Purple #7E127D
RGB
CMYK
RGB Variations
Color information
#7E127D (or 0x7E127D) is known color: Purple. HEX triplet: 7E, 12 and 7D. RGB value is (126,18,125). Sum of RGB (Red+Green+Blue) = 126+18+125=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E127D is #81ED82. Grayscale: #3E3E3E. Windows color (decimal): -8514947 or 8196734. OLE color: 8196734.
HSL color Cylindrical-coordinate representation of color #7E127D: hue angle of 300.56º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E127D is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 18 | 125 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.51 |
| HSL | 300.56º | 0.75% | 0.28% | - |
| HSV(B) | 300.56º | 0.86% | 0.49% | - |
| XYZ | 12.52 | 6.35 | 19.97 | - |
| YUV | 62.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 125 | 0 | 0.86 | 0.01 | 0.51 | 300.56 | 0.75 | 0.28 |
| Hex | 7E | 12 | 7D | 0 | 56 | 1 | 33 | 12D | 4B | 1C |
| Octal | 176 | 22 | 175 | 0 | 126 | 1 | 63 | 455 | 113 | 34 |
| Binary | 1111110 | 10010 | 1111101 | 0 | 1010110 | 1 | 110011 | 100101101 | 1001011 | 11100 |
Color Harmonies of #7E127D
Complementary color
Monochromatic Colors of #7E127D
Black with #7E127D
Text Example
Text Example
White with #7E127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E127D; }
p { color: rgb(126,18,125); }
H1.HeaderClassName
{
color: #7E127D;
}
.AnyTagClassName
{
color: #7E127D;
}
</style>
background-color css
<style>
a { background-color: #7E127D; }
a { background-color: rgb(126,18,125); }
div.DivClassName
{
background-color: #7E127D;
}
.BgClassName
{
background-color: #7E127D;
}
</style>
border-color css
<style>
span { border-color: #7E127D; }
span { border-color: rgb(126,18,125); }
td.TdClassName
{
border-color: #7E127D;
}
.TagClassName
{
border-color: #7E127D;
}
</style>