Shades of Dark Purple #79226A
Tints of Dark Purple #79226A
RGB
CMYK
RGB Variations
Color information
#79226A (or 0x79226A) is known color: Dark Purple. HEX triplet: 79, 22 and 6A. RGB value is (121,34,106). Sum of RGB (Red+Green+Blue) = 121+34+106=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #79226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79226A is #86DD95. Grayscale: #444444. Windows color (decimal): -8838550 or 6955641. OLE color: 6955641.
HSL color Cylindrical-coordinate representation of color #79226A: hue angle of 310.34º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #79226A is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 34 | 106 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.53 |
| HSL | 310.34º | 0.56% | 0.3% | - |
| HSV(B) | 310.34º | 0.72% | 0.47% | - |
| XYZ | 11.06 | 6.25 | 14.26 | - |
| YUV | 68.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 106 | 0 | 0.72 | 0.12 | 0.53 | 310.34 | 0.56 | 0.3 |
| Hex | 79 | 22 | 6A | 0 | 48 | C | 35 | 136 | 38 | 1E |
| Octal | 171 | 42 | 152 | 0 | 110 | 14 | 65 | 466 | 70 | 36 |
| Binary | 1111001 | 100010 | 1101010 | 0 | 1001000 | 1100 | 110101 | 100110110 | 111000 | 11110 |
Color Harmonies of #79226A
Complementary color
Monochromatic Colors of #79226A
Black with #79226A
Text Example
Text Example
White with #79226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79226A; }
p { color: rgb(121,34,106); }
H1.HeaderClassName
{
color: #79226A;
}
.AnyTagClassName
{
color: #79226A;
}
</style>
background-color css
<style>
a { background-color: #79226A; }
a { background-color: rgb(121,34,106); }
div.DivClassName
{
background-color: #79226A;
}
.BgClassName
{
background-color: #79226A;
}
</style>
border-color css
<style>
span { border-color: #79226A; }
span { border-color: rgb(121,34,106); }
td.TdClassName
{
border-color: #79226A;
}
.TagClassName
{
border-color: #79226A;
}
</style>