Shades of Purple #79077B
Tints of Purple #79077B
RGB
CMYK
RGB Variations
Color information
#79077B (or 0x79077B) is known color: Purple. HEX triplet: 79, 07 and 7B. RGB value is (121,7,123). Sum of RGB (Red+Green+Blue) = 121+7+123=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #79077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79077B is #86F884. Grayscale: #353535. Windows color (decimal): -8845445 or 8062841. OLE color: 8062841.
HSL color Cylindrical-coordinate representation of color #79077B: hue angle of 298.97º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79077B is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 7 | 123 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.52 |
| HSL | 298.97º | 0.89% | 0.25% | - |
| HSV(B) | 298.97º | 0.94% | 0.48% | - |
| XYZ | 11.54 | 5.65 | 19.22 | - |
| YUV | 54.31 | 166.77 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 7 | 123 | 0.02 | 0.94 | 0 | 0.52 | 298.97 | 0.89 | 0.25 |
| Hex | 79 | 7 | 7B | 2 | 5E | 0 | 34 | 12B | 59 | 19 |
| Octal | 171 | 7 | 173 | 2 | 136 | 0 | 64 | 453 | 131 | 31 |
| Binary | 1111001 | 111 | 1111011 | 10 | 1011110 | 0 | 110100 | 100101011 | 1011001 | 11001 |
Color Harmonies of #79077B
Complementary color
Monochromatic Colors of #79077B
Black with #79077B
Text Example
Text Example
White with #79077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79077B; }
p { color: rgb(121,7,123); }
H1.HeaderClassName
{
color: #79077B;
}
.AnyTagClassName
{
color: #79077B;
}
</style>
background-color css
<style>
a { background-color: #79077B; }
a { background-color: rgb(121,7,123); }
div.DivClassName
{
background-color: #79077B;
}
.BgClassName
{
background-color: #79077B;
}
</style>
border-color css
<style>
span { border-color: #79077B; }
span { border-color: rgb(121,7,123); }
td.TdClassName
{
border-color: #79077B;
}
.TagClassName
{
border-color: #79077B;
}
</style>