Shades of Purple #7E0F7B
Tints of Purple #7E0F7B
RGB
CMYK
RGB Variations
Color information
#7E0F7B (or 0x7E0F7B) is known color: Purple. HEX triplet: 7E, 0F and 7B. RGB value is (126,15,123). Sum of RGB (Red+Green+Blue) = 126+15+123=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0F7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0F7B is #81F084. Grayscale: #3C3C3C. Windows color (decimal): -8515717 or 8064894. OLE color: 8064894.
HSL color Cylindrical-coordinate representation of color #7E0F7B: hue angle of 301.62º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E0F7B is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 15 | 123 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.51 |
| HSL | 301.62º | 0.79% | 0.28% | - |
| HSV(B) | 301.62º | 0.88% | 0.49% | - |
| XYZ | 12.35 | 6.21 | 19.29 | - |
| YUV | 60.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 15 | 123 | 0 | 0.88 | 0.02 | 0.51 | 301.62 | 0.79 | 0.28 |
| Hex | 7E | F | 7B | 0 | 58 | 2 | 33 | 12E | 4F | 1C |
| Octal | 176 | 17 | 173 | 0 | 130 | 2 | 63 | 456 | 117 | 34 |
| Binary | 1111110 | 1111 | 1111011 | 0 | 1011000 | 10 | 110011 | 100101110 | 1001111 | 11100 |
Color Harmonies of #7E0F7B
Complementary color
Monochromatic Colors of #7E0F7B
Black with #7E0F7B
Text Example
Text Example
White with #7E0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0F7B; }
p { color: rgb(126,15,123); }
H1.HeaderClassName
{
color: #7E0F7B;
}
.AnyTagClassName
{
color: #7E0F7B;
}
</style>
background-color css
<style>
a { background-color: #7E0F7B; }
a { background-color: rgb(126,15,123); }
div.DivClassName
{
background-color: #7E0F7B;
}
.BgClassName
{
background-color: #7E0F7B;
}
</style>
border-color css
<style>
span { border-color: #7E0F7B; }
span { border-color: rgb(126,15,123); }
td.TdClassName
{
border-color: #7E0F7B;
}
.TagClassName
{
border-color: #7E0F7B;
}
</style>