Shades of Dark Purple #791E81
Tints of Dark Purple #791E81
RGB
CMYK
RGB Variations
Color information
#791E81 (or 0x791E81) is known color: Dark Purple. HEX triplet: 79, 1E and 81. RGB value is (121,30,129). Sum of RGB (Red+Green+Blue) = 121+30+129=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #791E81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791E81 is #86E17E. Grayscale: #444444. Windows color (decimal): -8839551 or 8461945. OLE color: 8461945.
HSL color Cylindrical-coordinate representation of color #791E81: hue angle of 295.15º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #791E81 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 30 | 129 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.49 |
| HSL | 295.15º | 0.62% | 0.31% | - |
| HSV(B) | 295.15º | 0.77% | 0.51% | - |
| XYZ | 12.31 | 6.58 | 21.39 | - |
| YUV | 68.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 129 | 0.06 | 0.77 | 0 | 0.49 | 295.15 | 0.62 | 0.31 |
| Hex | 79 | 1E | 81 | 6 | 4D | 0 | 31 | 127 | 3E | 1F |
| Octal | 171 | 36 | 201 | 6 | 115 | 0 | 61 | 447 | 76 | 37 |
| Binary | 1111001 | 11110 | 10000001 | 110 | 1001101 | 0 | 110001 | 100100111 | 111110 | 11111 |
Color Harmonies of #791E81
Complementary color
Monochromatic Colors of #791E81
Black with #791E81
Text Example
Text Example
White with #791E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E81; }
p { color: rgb(121,30,129); }
H1.HeaderClassName
{
color: #791E81;
}
.AnyTagClassName
{
color: #791E81;
}
</style>
background-color css
<style>
a { background-color: #791E81; }
a { background-color: rgb(121,30,129); }
div.DivClassName
{
background-color: #791E81;
}
.BgClassName
{
background-color: #791E81;
}
</style>
border-color css
<style>
span { border-color: #791E81; }
span { border-color: rgb(121,30,129); }
td.TdClassName
{
border-color: #791E81;
}
.TagClassName
{
border-color: #791E81;
}
</style>