Shades of Purple #7E027F
Tints of Purple #7E027F
RGB
CMYK
RGB Variations
Color information
#7E027F (or 0x7E027F) is known color: Purple. HEX triplet: 7E, 02 and 7F. RGB value is (126,2,127). Sum of RGB (Red+Green+Blue) = 126+2+127=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E027F is #81FD80. Grayscale: #343434. Windows color (decimal): -8519041 or 8323710. OLE color: 8323710.
HSL color Cylindrical-coordinate representation of color #7E027F: hue angle of 299.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E027F is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 2 | 127 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.50 |
| HSL | 299.52º | 0.97% | 0.25% | - |
| HSV(B) | 299.52º | 0.98% | 0.5% | - |
| XYZ | 12.46 | 6.01 | 20.58 | - |
| YUV | 53.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 127 | 0.01 | 0.98 | 0 | 0.50 | 299.52 | 0.97 | 0.25 |
| Hex | 7E | 2 | 7F | 1 | 62 | 0 | 32 | 12C | 61 | 19 |
| Octal | 176 | 2 | 177 | 1 | 142 | 0 | 62 | 454 | 141 | 31 |
| Binary | 1111110 | 10 | 1111111 | 1 | 1100010 | 0 | 110010 | 100101100 | 1100001 | 11001 |
Color Harmonies of #7E027F
Complementary color
Monochromatic Colors of #7E027F
Black with #7E027F
Text Example
Text Example
White with #7E027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E027F; }
p { color: rgb(126,2,127); }
H1.HeaderClassName
{
color: #7E027F;
}
.AnyTagClassName
{
color: #7E027F;
}
</style>
background-color css
<style>
a { background-color: #7E027F; }
a { background-color: rgb(126,2,127); }
div.DivClassName
{
background-color: #7E027F;
}
.BgClassName
{
background-color: #7E027F;
}
</style>
border-color css
<style>
span { border-color: #7E027F; }
span { border-color: rgb(126,2,127); }
td.TdClassName
{
border-color: #7E027F;
}
.TagClassName
{
border-color: #7E027F;
}
</style>