Shades of Dark Purple #791C6B
Tints of Dark Purple #791C6B
RGB
CMYK
RGB Variations
Color information
#791C6B (or 0x791C6B) is known color: Dark Purple. HEX triplet: 79, 1C and 6B. RGB value is (121,28,107). Sum of RGB (Red+Green+Blue) = 121+28+107=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #791C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791C6B is #86E394. Grayscale: #404040. Windows color (decimal): -8840085 or 7019641. OLE color: 7019641.
HSL color Cylindrical-coordinate representation of color #791C6B: hue angle of 309.03º 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 #791C6B is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 28 | 107 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.53 |
| HSL | 309.03º | 0.62% | 0.29% | - |
| HSV(B) | 309.03º | 0.77% | 0.47% | - |
| XYZ | 10.95 | 5.96 | 14.48 | - |
| YUV | 64.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 107 | 0 | 0.77 | 0.12 | 0.53 | 309.03 | 0.62 | 0.29 |
| Hex | 79 | 1C | 6B | 0 | 4D | C | 35 | 135 | 3E | 1D |
| Octal | 171 | 34 | 153 | 0 | 115 | 14 | 65 | 465 | 76 | 35 |
| Binary | 1111001 | 11100 | 1101011 | 0 | 1001101 | 1100 | 110101 | 100110101 | 111110 | 11101 |
Color Harmonies of #791C6B
Complementary color
Monochromatic Colors of #791C6B
Black with #791C6B
Text Example
Text Example
White with #791C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791C6B; }
p { color: rgb(121,28,107); }
H1.HeaderClassName
{
color: #791C6B;
}
.AnyTagClassName
{
color: #791C6B;
}
</style>
background-color css
<style>
a { background-color: #791C6B; }
a { background-color: rgb(121,28,107); }
div.DivClassName
{
background-color: #791C6B;
}
.BgClassName
{
background-color: #791C6B;
}
</style>
border-color css
<style>
span { border-color: #791C6B; }
span { border-color: rgb(121,28,107); }
td.TdClassName
{
border-color: #791C6B;
}
.TagClassName
{
border-color: #791C6B;
}
</style>