Shades of Dark Purple #792975
Tints of Dark Purple #792975
RGB
CMYK
RGB Variations
Color information
#792975 (or 0x792975) is known color: Dark Purple. HEX triplet: 79, 29 and 75. RGB value is (121,41,117). Sum of RGB (Red+Green+Blue) = 121+41+117=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #792975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792975 is #86D68A. Grayscale: #494949. Windows color (decimal): -8836747 or 7678329. OLE color: 7678329.
HSL color Cylindrical-coordinate representation of color #792975: hue angle of 303º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #792975 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 41 | 117 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.53 |
| HSL | 303º | 0.49% | 0.32% | - |
| HSV(B) | 303º | 0.66% | 0.47% | - |
| XYZ | 11.89 | 6.94 | 17.54 | - |
| YUV | 73.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 117 | 0 | 0.66 | 0.03 | 0.53 | 303 | 0.49 | 0.32 |
| Hex | 79 | 29 | 75 | 0 | 42 | 3 | 35 | 12F | 31 | 20 |
| Octal | 171 | 51 | 165 | 0 | 102 | 3 | 65 | 457 | 61 | 40 |
| Binary | 1111001 | 101001 | 1110101 | 0 | 1000010 | 11 | 110101 | 100101111 | 110001 | 100000 |
Color Harmonies of #792975
Complementary color
Monochromatic Colors of #792975
Black with #792975
Text Example
Text Example
White with #792975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792975; }
p { color: rgb(121,41,117); }
H1.HeaderClassName
{
color: #792975;
}
.AnyTagClassName
{
color: #792975;
}
</style>
background-color css
<style>
a { background-color: #792975; }
a { background-color: rgb(121,41,117); }
div.DivClassName
{
background-color: #792975;
}
.BgClassName
{
background-color: #792975;
}
</style>
border-color css
<style>
span { border-color: #792975; }
span { border-color: rgb(121,41,117); }
td.TdClassName
{
border-color: #792975;
}
.TagClassName
{
border-color: #792975;
}
</style>