Shades of Purple #7E1088
Tints of Purple #7E1088
RGB
CMYK
RGB Variations
Color information
#7E1088 (or 0x7E1088) is known color: Purple. HEX triplet: 7E, 10 and 88. RGB value is (126,16,136). Sum of RGB (Red+Green+Blue) = 126+16+136=278 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.32% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E1088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1088 is #81EF77. Grayscale: #3E3E3E. Windows color (decimal): -8515448 or 8917118. OLE color: 8917118.
HSL color Cylindrical-coordinate representation of color #7E1088: hue angle of 295º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E1088 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 16 | 136 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.47 |
| HSL | 295º | 0.79% | 0.3% | - |
| HSV(B) | 295º | 0.88% | 0.53% | - |
| XYZ | 13.23 | 6.58 | 23.87 | - |
| YUV | 62.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 136 | 0.07 | 0.88 | 0 | 0.47 | 295 | 0.79 | 0.3 |
| Hex | 7E | 10 | 88 | 7 | 58 | 0 | 2F | 127 | 4F | 1E |
| Octal | 176 | 20 | 210 | 7 | 130 | 0 | 57 | 447 | 117 | 36 |
| Binary | 1111110 | 10000 | 10001000 | 111 | 1011000 | 0 | 101111 | 100100111 | 1001111 | 11110 |
Color Harmonies of #7E1088
Complementary color
Monochromatic Colors of #7E1088
Black with #7E1088
Text Example
Text Example
White with #7E1088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1088; }
p { color: rgb(126,16,136); }
H1.HeaderClassName
{
color: #7E1088;
}
.AnyTagClassName
{
color: #7E1088;
}
</style>
background-color css
<style>
a { background-color: #7E1088; }
a { background-color: rgb(126,16,136); }
div.DivClassName
{
background-color: #7E1088;
}
.BgClassName
{
background-color: #7E1088;
}
</style>
border-color css
<style>
span { border-color: #7E1088; }
span { border-color: rgb(126,16,136); }
td.TdClassName
{
border-color: #7E1088;
}
.TagClassName
{
border-color: #7E1088;
}
</style>