Shades of Dark Purple #791C6E
Tints of Dark Purple #791C6E
RGB
CMYK
RGB Variations
Color information
#791C6E (or 0x791C6E) is known color: Dark Purple. HEX triplet: 79, 1C and 6E. RGB value is (121,28,110). Sum of RGB (Red+Green+Blue) = 121+28+110=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #791C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791C6E is #86E391. Grayscale: #404040. Windows color (decimal): -8840082 or 7216249. OLE color: 7216249.
HSL color Cylindrical-coordinate representation of color #791C6E: hue angle of 307.1º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #791C6E is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 28 | 110 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.53 |
| HSL | 307.1º | 0.62% | 0.29% | - |
| HSV(B) | 307.1º | 0.77% | 0.47% | - |
| XYZ | 11.11 | 6.02 | 15.33 | - |
| YUV | 65.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 110 | 0 | 0.77 | 0.09 | 0.53 | 307.1 | 0.62 | 0.29 |
| Hex | 79 | 1C | 6E | 0 | 4D | 9 | 35 | 133 | 3E | 1D |
| Octal | 171 | 34 | 156 | 0 | 115 | 11 | 65 | 463 | 76 | 35 |
| Binary | 1111001 | 11100 | 1101110 | 0 | 1001101 | 1001 | 110101 | 100110011 | 111110 | 11101 |
Color Harmonies of #791C6E
Complementary color
Monochromatic Colors of #791C6E
Black with #791C6E
Text Example
Text Example
White with #791C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791C6E; }
p { color: rgb(121,28,110); }
H1.HeaderClassName
{
color: #791C6E;
}
.AnyTagClassName
{
color: #791C6E;
}
</style>
background-color css
<style>
a { background-color: #791C6E; }
a { background-color: rgb(121,28,110); }
div.DivClassName
{
background-color: #791C6E;
}
.BgClassName
{
background-color: #791C6E;
}
</style>
border-color css
<style>
span { border-color: #791C6E; }
span { border-color: rgb(121,28,110); }
td.TdClassName
{
border-color: #791C6E;
}
.TagClassName
{
border-color: #791C6E;
}
</style>