Shades of Dark Purple #792874
Tints of Dark Purple #792874
RGB
CMYK
RGB Variations
Color information
#792874 (or 0x792874) is known color: Dark Purple. HEX triplet: 79, 28 and 74. RGB value is (121,40,116). Sum of RGB (Red+Green+Blue) = 121+40+116=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #792874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792874 is #86D78B. Grayscale: #484848. Windows color (decimal): -8837004 or 7612537. OLE color: 7612537.
HSL color Cylindrical-coordinate representation of color #792874: hue angle of 303.7º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #792874 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 40 | 116 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.53 |
| HSL | 303.7º | 0.5% | 0.32% | - |
| HSV(B) | 303.7º | 0.67% | 0.47% | - |
| XYZ | 11.8 | 6.84 | 17.22 | - |
| YUV | 72.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 40 | 116 | 0 | 0.67 | 0.04 | 0.53 | 303.7 | 0.5 | 0.32 |
| Hex | 79 | 28 | 74 | 0 | 43 | 4 | 35 | 130 | 32 | 20 |
| Octal | 171 | 50 | 164 | 0 | 103 | 4 | 65 | 460 | 62 | 40 |
| Binary | 1111001 | 101000 | 1110100 | 0 | 1000011 | 100 | 110101 | 100110000 | 110010 | 100000 |
Color Harmonies of #792874
Complementary color
Monochromatic Colors of #792874
Black with #792874
Text Example
Text Example
White with #792874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792874; }
p { color: rgb(121,40,116); }
H1.HeaderClassName
{
color: #792874;
}
.AnyTagClassName
{
color: #792874;
}
</style>
background-color css
<style>
a { background-color: #792874; }
a { background-color: rgb(121,40,116); }
div.DivClassName
{
background-color: #792874;
}
.BgClassName
{
background-color: #792874;
}
</style>
border-color css
<style>
span { border-color: #792874; }
span { border-color: rgb(121,40,116); }
td.TdClassName
{
border-color: #792874;
}
.TagClassName
{
border-color: #792874;
}
</style>