Shades of Dark Purple #790B64
Tints of Dark Purple #790B64
RGB
CMYK
RGB Variations
Color information
#790B64 (or 0x790B64) is known color: Dark Purple. HEX triplet: 79, 0B and 64. RGB value is (121,11,100). Sum of RGB (Red+Green+Blue) = 121+11+100=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #790B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B64 is #86F49B. Grayscale: #353535. Windows color (decimal): -8844444 or 6556537. OLE color: 6556537.
HSL color Cylindrical-coordinate representation of color #790B64: hue angle of 311.45º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790B64 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 11 | 100 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.53 |
| HSL | 311.45º | 0.83% | 0.26% | - |
| HSV(B) | 311.45º | 0.91% | 0.47% | - |
| XYZ | 10.31 | 5.22 | 12.52 | - |
| YUV | 54.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 100 | 0 | 0.91 | 0.17 | 0.53 | 311.45 | 0.83 | 0.26 |
| Hex | 79 | B | 64 | 0 | 5B | 11 | 35 | 137 | 53 | 1A |
| Octal | 171 | 13 | 144 | 0 | 133 | 21 | 65 | 467 | 123 | 32 |
| Binary | 1111001 | 1011 | 1100100 | 0 | 1011011 | 10001 | 110101 | 100110111 | 1010011 | 11010 |
Color Harmonies of #790B64
Complementary color
Monochromatic Colors of #790B64
Black with #790B64
Text Example
Text Example
White with #790B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790B64; }
p { color: rgb(121,11,100); }
H1.HeaderClassName
{
color: #790B64;
}
.AnyTagClassName
{
color: #790B64;
}
</style>
background-color css
<style>
a { background-color: #790B64; }
a { background-color: rgb(121,11,100); }
div.DivClassName
{
background-color: #790B64;
}
.BgClassName
{
background-color: #790B64;
}
</style>
border-color css
<style>
span { border-color: #790B64; }
span { border-color: rgb(121,11,100); }
td.TdClassName
{
border-color: #790B64;
}
.TagClassName
{
border-color: #790B64;
}
</style>