Shades of Purple #7E056B
Tints of Purple #7E056B
RGB
CMYK
RGB Variations
Color information
#7E056B (or 0x7E056B) is known color: Purple. HEX triplet: 7E, 05 and 6B. RGB value is (126,5,107). Sum of RGB (Red+Green+Blue) = 126+5+107=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E056B is #81FA94. Grayscale: #343434. Windows color (decimal): -8518293 or 7013758. OLE color: 7013758.
HSL color Cylindrical-coordinate representation of color #7E056B: hue angle of 309.42º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E056B is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 5 | 107 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.51 |
| HSL | 309.42º | 0.92% | 0.26% | - |
| HSV(B) | 309.42º | 0.96% | 0.49% | - |
| XYZ | 11.31 | 5.61 | 14.4 | - |
| YUV | 52.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 107 | 0 | 0.96 | 0.15 | 0.51 | 309.42 | 0.92 | 0.26 |
| Hex | 7E | 5 | 6B | 0 | 60 | F | 33 | 135 | 5C | 1A |
| Octal | 176 | 5 | 153 | 0 | 140 | 17 | 63 | 465 | 134 | 32 |
| Binary | 1111110 | 101 | 1101011 | 0 | 1100000 | 1111 | 110011 | 100110101 | 1011100 | 11010 |
Color Harmonies of #7E056B
Complementary color
Monochromatic Colors of #7E056B
Black with #7E056B
Text Example
Text Example
White with #7E056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E056B; }
p { color: rgb(126,5,107); }
H1.HeaderClassName
{
color: #7E056B;
}
.AnyTagClassName
{
color: #7E056B;
}
</style>
background-color css
<style>
a { background-color: #7E056B; }
a { background-color: rgb(126,5,107); }
div.DivClassName
{
background-color: #7E056B;
}
.BgClassName
{
background-color: #7E056B;
}
</style>
border-color css
<style>
span { border-color: #7E056B; }
span { border-color: rgb(126,5,107); }
td.TdClassName
{
border-color: #7E056B;
}
.TagClassName
{
border-color: #7E056B;
}
</style>