Shades of Purple #7E0488
Tints of Purple #7E0488
RGB
CMYK
RGB Variations
Color information
#7E0488 (or 0x7E0488) is known color: Purple. HEX triplet: 7E, 04 and 88. RGB value is (126,4,136). Sum of RGB (Red+Green+Blue) = 126+4+136=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E0488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0488 is #81FB77. Grayscale: #373737. Windows color (decimal): -8518520 or 8914046. OLE color: 8914046.
HSL color Cylindrical-coordinate representation of color #7E0488: hue angle of 295.45º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E0488 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 4 | 136 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.47 |
| HSL | 295.45º | 0.94% | 0.27% | - |
| HSV(B) | 295.45º | 0.97% | 0.53% | - |
| XYZ | 13.09 | 6.3 | 23.82 | - |
| YUV | 55.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 136 | 0.07 | 0.97 | 0 | 0.47 | 295.45 | 0.94 | 0.27 |
| Hex | 7E | 4 | 88 | 7 | 61 | 0 | 2F | 127 | 5E | 1B |
| Octal | 176 | 4 | 210 | 7 | 141 | 0 | 57 | 447 | 136 | 33 |
| Binary | 1111110 | 100 | 10001000 | 111 | 1100001 | 0 | 101111 | 100100111 | 1011110 | 11011 |
Color Harmonies of #7E0488
Complementary color
Monochromatic Colors of #7E0488
Black with #7E0488
Text Example
Text Example
White with #7E0488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0488; }
p { color: rgb(126,4,136); }
H1.HeaderClassName
{
color: #7E0488;
}
.AnyTagClassName
{
color: #7E0488;
}
</style>
background-color css
<style>
a { background-color: #7E0488; }
a { background-color: rgb(126,4,136); }
div.DivClassName
{
background-color: #7E0488;
}
.BgClassName
{
background-color: #7E0488;
}
</style>
border-color css
<style>
span { border-color: #7E0488; }
span { border-color: rgb(126,4,136); }
td.TdClassName
{
border-color: #7E0488;
}
.TagClassName
{
border-color: #7E0488;
}
</style>