Shades of Dark Purple #791373
Tints of Dark Purple #791373
RGB
CMYK
RGB Variations
Color information
#791373 (or 0x791373) is known color: Dark Purple. HEX triplet: 79, 13 and 73. RGB value is (121,19,115). Sum of RGB (Red+Green+Blue) = 121+19+115=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #791373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791373 is #86EC8C. Grayscale: #3C3C3C. Windows color (decimal): -8842381 or 7541625. OLE color: 7541625.
HSL color Cylindrical-coordinate representation of color #791373: hue angle of 303.53º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791373 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 19 | 115 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.53 |
| HSL | 303.53º | 0.73% | 0.27% | - |
| HSV(B) | 303.53º | 0.84% | 0.47% | - |
| XYZ | 11.21 | 5.77 | 16.74 | - |
| YUV | 60.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 115 | 0 | 0.84 | 0.05 | 0.53 | 303.53 | 0.73 | 0.27 |
| Hex | 79 | 13 | 73 | 0 | 54 | 5 | 35 | 130 | 49 | 1B |
| Octal | 171 | 23 | 163 | 0 | 124 | 5 | 65 | 460 | 111 | 33 |
| Binary | 1111001 | 10011 | 1110011 | 0 | 1010100 | 101 | 110101 | 100110000 | 1001001 | 11011 |
Color Harmonies of #791373
Complementary color
Monochromatic Colors of #791373
Black with #791373
Text Example
Text Example
White with #791373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791373; }
p { color: rgb(121,19,115); }
H1.HeaderClassName
{
color: #791373;
}
.AnyTagClassName
{
color: #791373;
}
</style>
background-color css
<style>
a { background-color: #791373; }
a { background-color: rgb(121,19,115); }
div.DivClassName
{
background-color: #791373;
}
.BgClassName
{
background-color: #791373;
}
</style>
border-color css
<style>
span { border-color: #791373; }
span { border-color: rgb(121,19,115); }
td.TdClassName
{
border-color: #791373;
}
.TagClassName
{
border-color: #791373;
}
</style>