Shades of Purple #7E088B
Tints of Purple #7E088B
RGB
CMYK
RGB Variations
Color information
#7E088B (or 0x7E088B) is known color: Purple. HEX triplet: 7E, 08 and 8B. RGB value is (126,8,139). Sum of RGB (Red+Green+Blue) = 126+8+139=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E088B is #81F774. Grayscale: #393939. Windows color (decimal): -8517493 or 9111678. OLE color: 9111678.
HSL color Cylindrical-coordinate representation of color #7E088B: hue angle of 294.05º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E088B is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 8 | 139 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.45 |
| HSL | 294.05º | 0.89% | 0.29% | - |
| HSV(B) | 294.05º | 0.94% | 0.55% | - |
| XYZ | 13.35 | 6.47 | 24.97 | - |
| YUV | 58.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 139 | 0.09 | 0.94 | 0 | 0.45 | 294.05 | 0.89 | 0.29 |
| Hex | 7E | 8 | 8B | 9 | 5E | 0 | 2D | 126 | 59 | 1D |
| Octal | 176 | 10 | 213 | 11 | 136 | 0 | 55 | 446 | 131 | 35 |
| Binary | 1111110 | 1000 | 10001011 | 1001 | 1011110 | 0 | 101101 | 100100110 | 1011001 | 11101 |
Color Harmonies of #7E088B
Complementary color
Monochromatic Colors of #7E088B
Black with #7E088B
Text Example
Text Example
White with #7E088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E088B; }
p { color: rgb(126,8,139); }
H1.HeaderClassName
{
color: #7E088B;
}
.AnyTagClassName
{
color: #7E088B;
}
</style>
background-color css
<style>
a { background-color: #7E088B; }
a { background-color: rgb(126,8,139); }
div.DivClassName
{
background-color: #7E088B;
}
.BgClassName
{
background-color: #7E088B;
}
</style>
border-color css
<style>
span { border-color: #7E088B; }
span { border-color: rgb(126,8,139); }
td.TdClassName
{
border-color: #7E088B;
}
.TagClassName
{
border-color: #7E088B;
}
</style>