Shades of Purple #7B0D79
Tints of Purple #7B0D79
RGB
CMYK
RGB Variations
Color information
#7B0D79 (or 0x7B0D79) is known color: Purple. HEX triplet: 7B, 0D and 79. RGB value is (123,13,121). Sum of RGB (Red+Green+Blue) = 123+13+121=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0D79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0D79 is #84F286. Grayscale: #393939. Windows color (decimal): -8712839 or 7933307. OLE color: 7933307.
HSL color Cylindrical-coordinate representation of color #7B0D79: hue angle of 301.09º degrees, saturation: 0.81, 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 #7B0D79 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 13 | 121 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.52 |
| HSL | 301.09º | 0.81% | 0.27% | - |
| HSV(B) | 301.09º | 0.89% | 0.48% | - |
| XYZ | 11.76 | 5.88 | 18.6 | - |
| YUV | 58.2 | 163.44 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 121 | 0 | 0.89 | 0.02 | 0.52 | 301.09 | 0.81 | 0.27 |
| Hex | 7B | D | 79 | 0 | 59 | 2 | 34 | 12D | 51 | 1B |
| Octal | 173 | 15 | 171 | 0 | 131 | 2 | 64 | 455 | 121 | 33 |
| Binary | 1111011 | 1101 | 1111001 | 0 | 1011001 | 10 | 110100 | 100101101 | 1010001 | 11011 |
Color Harmonies of #7B0D79
Complementary color
Monochromatic Colors of #7B0D79
Black with #7B0D79
Text Example
Text Example
White with #7B0D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0D79; }
p { color: rgb(123,13,121); }
H1.HeaderClassName
{
color: #7B0D79;
}
.AnyTagClassName
{
color: #7B0D79;
}
</style>
background-color css
<style>
a { background-color: #7B0D79; }
a { background-color: rgb(123,13,121); }
div.DivClassName
{
background-color: #7B0D79;
}
.BgClassName
{
background-color: #7B0D79;
}
</style>
border-color css
<style>
span { border-color: #7B0D79; }
span { border-color: rgb(123,13,121); }
td.TdClassName
{
border-color: #7B0D79;
}
.TagClassName
{
border-color: #7B0D79;
}
</style>