Shades of Purple #79058B
Tints of Purple #79058B
RGB
CMYK
RGB Variations
Color information
#79058B (or 0x79058B) is known color: Purple. HEX triplet: 79, 05 and 8B. RGB value is (121,5,139). Sum of RGB (Red+Green+Blue) = 121+5+139=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #79058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79058B is #86FA74. Grayscale: #363636. Windows color (decimal): -8845941 or 9110905. OLE color: 9110905.
HSL color Cylindrical-coordinate representation of color #79058B: hue angle of 291.94º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79058B is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 5 | 139 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.45 |
| HSL | 291.94º | 0.93% | 0.28% | - |
| HSV(B) | 291.94º | 0.96% | 0.55% | - |
| XYZ | 12.6 | 6.04 | 24.93 | - |
| YUV | 54.96 | 175.43 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 139 | 0.13 | 0.96 | 0 | 0.45 | 291.94 | 0.93 | 0.28 |
| Hex | 79 | 5 | 8B | D | 60 | 0 | 2D | 124 | 5D | 1C |
| Octal | 171 | 5 | 213 | 15 | 140 | 0 | 55 | 444 | 135 | 34 |
| Binary | 1111001 | 101 | 10001011 | 1101 | 1100000 | 0 | 101101 | 100100100 | 1011101 | 11100 |
Color Harmonies of #79058B
Complementary color
Monochromatic Colors of #79058B
Black with #79058B
Text Example
Text Example
White with #79058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79058B; }
p { color: rgb(121,5,139); }
H1.HeaderClassName
{
color: #79058B;
}
.AnyTagClassName
{
color: #79058B;
}
</style>
background-color css
<style>
a { background-color: #79058B; }
a { background-color: rgb(121,5,139); }
div.DivClassName
{
background-color: #79058B;
}
.BgClassName
{
background-color: #79058B;
}
</style>
border-color css
<style>
span { border-color: #79058B; }
span { border-color: rgb(121,5,139); }
td.TdClassName
{
border-color: #79058B;
}
.TagClassName
{
border-color: #79058B;
}
</style>