Shades of Dark Purple #791465
Tints of Dark Purple #791465
RGB
CMYK
RGB Variations
Color information
#791465 (or 0x791465) is known color: Dark Purple. HEX triplet: 79, 14 and 65. RGB value is (121,20,101). Sum of RGB (Red+Green+Blue) = 121+20+101=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #791465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791465 is #86EB9A. Grayscale: #3B3B3B. Windows color (decimal): -8842139 or 6624377. OLE color: 6624377.
HSL color Cylindrical-coordinate representation of color #791465: hue angle of 311.88º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791465 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 20 | 101 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.53 |
| HSL | 311.88º | 0.72% | 0.28% | - |
| HSV(B) | 311.88º | 0.83% | 0.47% | - |
| XYZ | 10.48 | 5.5 | 12.82 | - |
| YUV | 59.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 20 | 101 | 0 | 0.83 | 0.17 | 0.53 | 311.88 | 0.72 | 0.28 |
| Hex | 79 | 14 | 65 | 0 | 53 | 11 | 35 | 138 | 48 | 1C |
| Octal | 171 | 24 | 145 | 0 | 123 | 21 | 65 | 470 | 110 | 34 |
| Binary | 1111001 | 10100 | 1100101 | 0 | 1010011 | 10001 | 110101 | 100111000 | 1001000 | 11100 |
Color Harmonies of #791465
Complementary color
Monochromatic Colors of #791465
Black with #791465
Text Example
Text Example
White with #791465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791465; }
p { color: rgb(121,20,101); }
H1.HeaderClassName
{
color: #791465;
}
.AnyTagClassName
{
color: #791465;
}
</style>
background-color css
<style>
a { background-color: #791465; }
a { background-color: rgb(121,20,101); }
div.DivClassName
{
background-color: #791465;
}
.BgClassName
{
background-color: #791465;
}
</style>
border-color css
<style>
span { border-color: #791465; }
span { border-color: rgb(121,20,101); }
td.TdClassName
{
border-color: #791465;
}
.TagClassName
{
border-color: #791465;
}
</style>