Shades of Dark Purple #790B66
Tints of Dark Purple #790B66
RGB
CMYK
RGB Variations
Color information
#790B66 (or 0x790B66) is known color: Dark Purple. HEX triplet: 79, 0B and 66. RGB value is (121,11,102). Sum of RGB (Red+Green+Blue) = 121+11+102=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #790B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B66 is #86F499. Grayscale: #363636. Windows color (decimal): -8844442 or 6687609. OLE color: 6687609.
HSL color Cylindrical-coordinate representation of color #790B66: hue angle of 310.36º 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 #790B66 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 11 | 102 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.53 |
| HSL | 310.36º | 0.83% | 0.26% | - |
| HSV(B) | 310.36º | 0.91% | 0.47% | - |
| XYZ | 10.4 | 5.26 | 13.04 | - |
| YUV | 54.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 102 | 0 | 0.91 | 0.16 | 0.53 | 310.36 | 0.83 | 0.26 |
| Hex | 79 | B | 66 | 0 | 5B | 10 | 35 | 136 | 53 | 1A |
| Octal | 171 | 13 | 146 | 0 | 133 | 20 | 65 | 466 | 123 | 32 |
| Binary | 1111001 | 1011 | 1100110 | 0 | 1011011 | 10000 | 110101 | 100110110 | 1010011 | 11010 |
Color Harmonies of #790B66
Complementary color
Monochromatic Colors of #790B66
Black with #790B66
Text Example
Text Example
White with #790B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790B66; }
p { color: rgb(121,11,102); }
H1.HeaderClassName
{
color: #790B66;
}
.AnyTagClassName
{
color: #790B66;
}
</style>
background-color css
<style>
a { background-color: #790B66; }
a { background-color: rgb(121,11,102); }
div.DivClassName
{
background-color: #790B66;
}
.BgClassName
{
background-color: #790B66;
}
</style>
border-color css
<style>
span { border-color: #790B66; }
span { border-color: rgb(121,11,102); }
td.TdClassName
{
border-color: #790B66;
}
.TagClassName
{
border-color: #790B66;
}
</style>