Shades of Purple #79007D
Tints of Purple #79007D
RGB
CMYK
RGB Variations
Color information
#79007D (or 0x79007D) is known color: Purple. HEX triplet: 79, 00 and 7D. RGB value is (121,0,125). Sum of RGB (Red+Green+Blue) = 121+0+125=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #79007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79007D is #86FF82. Grayscale: #323232. Windows color (decimal): -8847235 or 8192121. OLE color: 8192121.
HSL color Cylindrical-coordinate representation of color #79007D: hue angle of 298.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79007D is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 0 | 125 | - |
| CMYK | 0.03 | 1 | 0 | 0.51 |
| HSL | 298.08º | 1% | 0.25% | - |
| HSV(B) | 298.08º | 1% | 0.49% | - |
| XYZ | 11.59 | 5.55 | 19.86 | - |
| YUV | 50.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 125 | 0.03 | 1 | 0 | 0.51 | 298.08 | 1 | 0.25 |
| Hex | 79 | 0 | 7D | 3 | 64 | 0 | 33 | 12A | 64 | 19 |
| Octal | 171 | 0 | 175 | 3 | 144 | 0 | 63 | 452 | 144 | 31 |
| Binary | 1111001 | 0 | 1111101 | 11 | 1100100 | 0 | 110011 | 100101010 | 1100100 | 11001 |
Color Harmonies of #79007D
Complementary color
Monochromatic Colors of #79007D
Black with #79007D
Text Example
Text Example
White with #79007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79007D; }
p { color: rgb(121,0,125); }
H1.HeaderClassName
{
color: #79007D;
}
.AnyTagClassName
{
color: #79007D;
}
</style>
background-color css
<style>
a { background-color: #79007D; }
a { background-color: rgb(121,0,125); }
div.DivClassName
{
background-color: #79007D;
}
.BgClassName
{
background-color: #79007D;
}
</style>
border-color css
<style>
span { border-color: #79007D; }
span { border-color: rgb(121,0,125); }
td.TdClassName
{
border-color: #79007D;
}
.TagClassName
{
border-color: #79007D;
}
</style>