Shades of Purple #79107B
Tints of Purple #79107B
RGB
CMYK
RGB Variations
Color information
#79107B (or 0x79107B) is known color: Purple. HEX triplet: 79, 10 and 7B. RGB value is (121,16,123). Sum of RGB (Red+Green+Blue) = 121+16+123=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #79107B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79107B is #86EF84. Grayscale: #3B3B3B. Windows color (decimal): -8843141 or 8065145. OLE color: 8065145.
HSL color Cylindrical-coordinate representation of color #79107B: hue angle of 298.88º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #79107B is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 16 | 123 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.52 |
| HSL | 298.88º | 0.77% | 0.27% | - |
| HSV(B) | 298.88º | 0.87% | 0.48% | - |
| XYZ | 11.65 | 5.87 | 19.26 | - |
| YUV | 59.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 16 | 123 | 0.02 | 0.87 | 0 | 0.52 | 298.88 | 0.77 | 0.27 |
| Hex | 79 | 10 | 7B | 2 | 57 | 0 | 34 | 12B | 4D | 1B |
| Octal | 171 | 20 | 173 | 2 | 127 | 0 | 64 | 453 | 115 | 33 |
| Binary | 1111001 | 10000 | 1111011 | 10 | 1010111 | 0 | 110100 | 100101011 | 1001101 | 11011 |
Color Harmonies of #79107B
Complementary color
Monochromatic Colors of #79107B
Black with #79107B
Text Example
Text Example
White with #79107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79107B; }
p { color: rgb(121,16,123); }
H1.HeaderClassName
{
color: #79107B;
}
.AnyTagClassName
{
color: #79107B;
}
</style>
background-color css
<style>
a { background-color: #79107B; }
a { background-color: rgb(121,16,123); }
div.DivClassName
{
background-color: #79107B;
}
.BgClassName
{
background-color: #79107B;
}
</style>
border-color css
<style>
span { border-color: #79107B; }
span { border-color: rgb(121,16,123); }
td.TdClassName
{
border-color: #79107B;
}
.TagClassName
{
border-color: #79107B;
}
</style>