Shades of Purple #790B6D
Tints of Purple #790B6D
RGB
CMYK
RGB Variations
Color information
#790B6D (or 0x790B6D) is known color: Purple. HEX triplet: 79, 0B and 6D. RGB value is (121,11,109). Sum of RGB (Red+Green+Blue) = 121+11+109=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #790B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B6D is #86F492. Grayscale: #363636. Windows color (decimal): -8844435 or 7146361. OLE color: 7146361.
HSL color Cylindrical-coordinate representation of color #790B6D: hue angle of 306.55º 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 #790B6D is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 11 | 109 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.53 |
| HSL | 306.55º | 0.83% | 0.26% | - |
| HSV(B) | 306.55º | 0.91% | 0.47% | - |
| XYZ | 10.77 | 5.41 | 14.94 | - |
| YUV | 55.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 109 | 0 | 0.91 | 0.10 | 0.53 | 306.55 | 0.83 | 0.26 |
| Hex | 79 | B | 6D | 0 | 5B | A | 35 | 133 | 53 | 1A |
| Octal | 171 | 13 | 155 | 0 | 133 | 12 | 65 | 463 | 123 | 32 |
| Binary | 1111001 | 1011 | 1101101 | 0 | 1011011 | 1010 | 110101 | 100110011 | 1010011 | 11010 |
Color Harmonies of #790B6D
Complementary color
Monochromatic Colors of #790B6D
Black with #790B6D
Text Example
Text Example
White with #790B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790B6D; }
p { color: rgb(121,11,109); }
H1.HeaderClassName
{
color: #790B6D;
}
.AnyTagClassName
{
color: #790B6D;
}
</style>
background-color css
<style>
a { background-color: #790B6D; }
a { background-color: rgb(121,11,109); }
div.DivClassName
{
background-color: #790B6D;
}
.BgClassName
{
background-color: #790B6D;
}
</style>
border-color css
<style>
span { border-color: #790B6D; }
span { border-color: rgb(121,11,109); }
td.TdClassName
{
border-color: #790B6D;
}
.TagClassName
{
border-color: #790B6D;
}
</style>