Shades of Dark Purple #792082
Tints of Dark Purple #792082
RGB
CMYK
RGB Variations
Color information
#792082 (or 0x792082) is known color: Dark Purple. HEX triplet: 79, 20 and 82. RGB value is (121,32,130). Sum of RGB (Red+Green+Blue) = 121+32+130=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #792082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792082 is #86DF7D. Grayscale: #454545. Windows color (decimal): -8839038 or 8527993. OLE color: 8527993.
HSL color Cylindrical-coordinate representation of color #792082: hue angle of 294.49º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #792082 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 32 | 130 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.49 |
| HSL | 294.49º | 0.6% | 0.32% | - |
| HSV(B) | 294.49º | 0.75% | 0.51% | - |
| XYZ | 12.43 | 6.71 | 21.76 | - |
| YUV | 69.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 130 | 0.07 | 0.75 | 0 | 0.49 | 294.49 | 0.6 | 0.32 |
| Hex | 79 | 20 | 82 | 7 | 4B | 0 | 31 | 126 | 3C | 20 |
| Octal | 171 | 40 | 202 | 7 | 113 | 0 | 61 | 446 | 74 | 40 |
| Binary | 1111001 | 100000 | 10000010 | 111 | 1001011 | 0 | 110001 | 100100110 | 111100 | 100000 |
Color Harmonies of #792082
Complementary color
Monochromatic Colors of #792082
Black with #792082
Text Example
Text Example
White with #792082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792082; }
p { color: rgb(121,32,130); }
H1.HeaderClassName
{
color: #792082;
}
.AnyTagClassName
{
color: #792082;
}
</style>
background-color css
<style>
a { background-color: #792082; }
a { background-color: rgb(121,32,130); }
div.DivClassName
{
background-color: #792082;
}
.BgClassName
{
background-color: #792082;
}
</style>
border-color css
<style>
span { border-color: #792082; }
span { border-color: rgb(121,32,130); }
td.TdClassName
{
border-color: #792082;
}
.TagClassName
{
border-color: #792082;
}
</style>