Shades of Dark Purple #792182
Tints of Dark Purple #792182
RGB
CMYK
RGB Variations
Color information
#792182 (or 0x792182) is known color: Dark Purple. HEX triplet: 79, 21 and 82. RGB value is (121,33,130). Sum of RGB (Red+Green+Blue) = 121+33+130=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #792182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792182 is #86DE7D. Grayscale: #464646. Windows color (decimal): -8838782 or 8528249. OLE color: 8528249.
HSL color Cylindrical-coordinate representation of color #792182: hue angle of 294.43º 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 #792182 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 33 | 130 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.49 |
| HSL | 294.43º | 0.6% | 0.32% | - |
| HSV(B) | 294.43º | 0.75% | 0.51% | - |
| XYZ | 12.46 | 6.76 | 21.77 | - |
| YUV | 70.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 130 | 0.07 | 0.75 | 0 | 0.49 | 294.43 | 0.6 | 0.32 |
| Hex | 79 | 21 | 82 | 7 | 4B | 0 | 31 | 126 | 3C | 20 |
| Octal | 171 | 41 | 202 | 7 | 113 | 0 | 61 | 446 | 74 | 40 |
| Binary | 1111001 | 100001 | 10000010 | 111 | 1001011 | 0 | 110001 | 100100110 | 111100 | 100000 |
Color Harmonies of #792182
Complementary color
Monochromatic Colors of #792182
Black with #792182
Text Example
Text Example
White with #792182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792182; }
p { color: rgb(121,33,130); }
H1.HeaderClassName
{
color: #792182;
}
.AnyTagClassName
{
color: #792182;
}
</style>
background-color css
<style>
a { background-color: #792182; }
a { background-color: rgb(121,33,130); }
div.DivClassName
{
background-color: #792182;
}
.BgClassName
{
background-color: #792182;
}
</style>
border-color css
<style>
span { border-color: #792182; }
span { border-color: rgb(121,33,130); }
td.TdClassName
{
border-color: #792182;
}
.TagClassName
{
border-color: #792182;
}
</style>