Shades of Dark Purple #790965
Tints of Dark Purple #790965
RGB
CMYK
RGB Variations
Color information
#790965 (or 0x790965) is known color: Dark Purple. HEX triplet: 79, 09 and 65. RGB value is (121,9,101). Sum of RGB (Red+Green+Blue) = 121+9+101=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #790965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790965 is #86F69A. Grayscale: #343434. Windows color (decimal): -8844955 or 6621561. OLE color: 6621561.
HSL color Cylindrical-coordinate representation of color #790965: hue angle of 310.71º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790965 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 9 | 101 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.53 |
| HSL | 310.71º | 0.86% | 0.25% | - |
| HSV(B) | 310.71º | 0.93% | 0.47% | - |
| XYZ | 10.33 | 5.2 | 12.77 | - |
| YUV | 52.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 101 | 0 | 0.93 | 0.17 | 0.53 | 310.71 | 0.86 | 0.25 |
| Hex | 79 | 9 | 65 | 0 | 5D | 11 | 35 | 137 | 56 | 19 |
| Octal | 171 | 11 | 145 | 0 | 135 | 21 | 65 | 467 | 126 | 31 |
| Binary | 1111001 | 1001 | 1100101 | 0 | 1011101 | 10001 | 110101 | 100110111 | 1010110 | 11001 |
Color Harmonies of #790965
Complementary color
Monochromatic Colors of #790965
Black with #790965
Text Example
Text Example
White with #790965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790965; }
p { color: rgb(121,9,101); }
H1.HeaderClassName
{
color: #790965;
}
.AnyTagClassName
{
color: #790965;
}
</style>
background-color css
<style>
a { background-color: #790965; }
a { background-color: rgb(121,9,101); }
div.DivClassName
{
background-color: #790965;
}
.BgClassName
{
background-color: #790965;
}
</style>
border-color css
<style>
span { border-color: #790965; }
span { border-color: rgb(121,9,101); }
td.TdClassName
{
border-color: #790965;
}
.TagClassName
{
border-color: #790965;
}
</style>