Shades of Purple #790476
Tints of Purple #790476
RGB
CMYK
RGB Variations
Color information
#790476 (or 0x790476) is known color: Purple. HEX triplet: 79, 04 and 76. RGB value is (121,4,118). Sum of RGB (Red+Green+Blue) = 121+4+118=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #790476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790476 is #86FB89. Grayscale: #333333. Windows color (decimal): -8846218 or 7734393. OLE color: 7734393.
HSL color Cylindrical-coordinate representation of color #790476: hue angle of 301.54º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790476 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 4 | 118 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.53 |
| HSL | 301.54º | 0.94% | 0.25% | - |
| HSV(B) | 301.54º | 0.97% | 0.47% | - |
| XYZ | 11.2 | 5.46 | 17.6 | - |
| YUV | 51.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 4 | 118 | 0 | 0.97 | 0.02 | 0.53 | 301.54 | 0.94 | 0.25 |
| Hex | 79 | 4 | 76 | 0 | 61 | 2 | 35 | 12E | 5E | 19 |
| Octal | 171 | 4 | 166 | 0 | 141 | 2 | 65 | 456 | 136 | 31 |
| Binary | 1111001 | 100 | 1110110 | 0 | 1100001 | 10 | 110101 | 100101110 | 1011110 | 11001 |
Color Harmonies of #790476
Complementary color
Monochromatic Colors of #790476
Black with #790476
Text Example
Text Example
White with #790476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790476; }
p { color: rgb(121,4,118); }
H1.HeaderClassName
{
color: #790476;
}
.AnyTagClassName
{
color: #790476;
}
</style>
background-color css
<style>
a { background-color: #790476; }
a { background-color: rgb(121,4,118); }
div.DivClassName
{
background-color: #790476;
}
.BgClassName
{
background-color: #790476;
}
</style>
border-color css
<style>
span { border-color: #790476; }
span { border-color: rgb(121,4,118); }
td.TdClassName
{
border-color: #790476;
}
.TagClassName
{
border-color: #790476;
}
</style>