Shades of Purple #7B0E75
Tints of Purple #7B0E75
RGB
CMYK
RGB Variations
Color information
#7B0E75 (or 0x7B0E75) is known color: Purple. HEX triplet: 7B, 0E and 75. RGB value is (123,14,117). Sum of RGB (Red+Green+Blue) = 123+14+117=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0E75 is #84F18A. Grayscale: #3A3A3A. Windows color (decimal): -8712587 or 7671419. OLE color: 7671419.
HSL color Cylindrical-coordinate representation of color #7B0E75: hue angle of 303.3º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0E75 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 14 | 117 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.52 |
| HSL | 303.3º | 0.8% | 0.27% | - |
| HSV(B) | 303.3º | 0.89% | 0.48% | - |
| XYZ | 11.54 | 5.81 | 17.34 | - |
| YUV | 58.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 117 | 0 | 0.89 | 0.05 | 0.52 | 303.3 | 0.8 | 0.27 |
| Hex | 7B | E | 75 | 0 | 59 | 5 | 34 | 12F | 50 | 1B |
| Octal | 173 | 16 | 165 | 0 | 131 | 5 | 64 | 457 | 120 | 33 |
| Binary | 1111011 | 1110 | 1110101 | 0 | 1011001 | 101 | 110100 | 100101111 | 1010000 | 11011 |
Color Harmonies of #7B0E75
Complementary color
Monochromatic Colors of #7B0E75
Black with #7B0E75
Text Example
Text Example
White with #7B0E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0E75; }
p { color: rgb(123,14,117); }
H1.HeaderClassName
{
color: #7B0E75;
}
.AnyTagClassName
{
color: #7B0E75;
}
</style>
background-color css
<style>
a { background-color: #7B0E75; }
a { background-color: rgb(123,14,117); }
div.DivClassName
{
background-color: #7B0E75;
}
.BgClassName
{
background-color: #7B0E75;
}
</style>
border-color css
<style>
span { border-color: #7B0E75; }
span { border-color: rgb(123,14,117); }
td.TdClassName
{
border-color: #7B0E75;
}
.TagClassName
{
border-color: #7B0E75;
}
</style>