Shades of Purple #7E0073
Tints of Purple #7E0073
RGB
CMYK
RGB Variations
Color information
#7E0073 (or 0x7E0073) is known color: Purple. HEX triplet: 7E, 00 and 73. RGB value is (126,0,115). Sum of RGB (Red+Green+Blue) = 126+0+115=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0073 is #81FF8C. Grayscale: #323232. Windows color (decimal): -8519565 or 7536766. OLE color: 7536766.
HSL color Cylindrical-coordinate representation of color #7E0073: hue angle of 305.24º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E0073 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.09 | 0.51 |
| HSL | 305.24º | 1% | 0.25% | - |
| HSV(B) | 305.24º | 1% | 0.49% | - |
| XYZ | 11.7 | 5.67 | 16.7 | - |
| YUV | 50.78 | 164.24 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 115 | 0 | 1 | 0.09 | 0.51 | 305.24 | 1 | 0.25 |
| Hex | 7E | 0 | 73 | 0 | 64 | 9 | 33 | 131 | 64 | 19 |
| Octal | 176 | 0 | 163 | 0 | 144 | 11 | 63 | 461 | 144 | 31 |
| Binary | 1111110 | 0 | 1110011 | 0 | 1100100 | 1001 | 110011 | 100110001 | 1100100 | 11001 |
Color Harmonies of #7E0073
Complementary color
Monochromatic Colors of #7E0073
Black with #7E0073
Text Example
Text Example
White with #7E0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0073; }
p { color: rgb(126,0,115); }
H1.HeaderClassName
{
color: #7E0073;
}
.AnyTagClassName
{
color: #7E0073;
}
</style>
background-color css
<style>
a { background-color: #7E0073; }
a { background-color: rgb(126,0,115); }
div.DivClassName
{
background-color: #7E0073;
}
.BgClassName
{
background-color: #7E0073;
}
</style>
border-color css
<style>
span { border-color: #7E0073; }
span { border-color: rgb(126,0,115); }
td.TdClassName
{
border-color: #7E0073;
}
.TagClassName
{
border-color: #7E0073;
}
</style>