Shades of Purple #790F73
Tints of Purple #790F73
RGB
CMYK
RGB Variations
Color information
#790F73 (or 0x790F73) is known color: Purple. HEX triplet: 79, 0F and 73. RGB value is (121,15,115). Sum of RGB (Red+Green+Blue) = 121+15+115=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #790F73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790F73 is #86F08C. Grayscale: #393939. Windows color (decimal): -8843405 or 7540601. OLE color: 7540601.
HSL color Cylindrical-coordinate representation of color #790F73: hue angle of 303.4º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F73 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 15 | 115 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.53 |
| HSL | 303.4º | 0.78% | 0.27% | - |
| HSV(B) | 303.4º | 0.88% | 0.47% | - |
| XYZ | 11.15 | 5.64 | 16.72 | - |
| YUV | 58.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 115 | 0 | 0.88 | 0.05 | 0.53 | 303.4 | 0.78 | 0.27 |
| Hex | 79 | F | 73 | 0 | 58 | 5 | 35 | 12F | 4E | 1B |
| Octal | 171 | 17 | 163 | 0 | 130 | 5 | 65 | 457 | 116 | 33 |
| Binary | 1111001 | 1111 | 1110011 | 0 | 1011000 | 101 | 110101 | 100101111 | 1001110 | 11011 |
Color Harmonies of #790F73
Complementary color
Monochromatic Colors of #790F73
Black with #790F73
Text Example
Text Example
White with #790F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F73; }
p { color: rgb(121,15,115); }
H1.HeaderClassName
{
color: #790F73;
}
.AnyTagClassName
{
color: #790F73;
}
</style>
background-color css
<style>
a { background-color: #790F73; }
a { background-color: rgb(121,15,115); }
div.DivClassName
{
background-color: #790F73;
}
.BgClassName
{
background-color: #790F73;
}
</style>
border-color css
<style>
span { border-color: #790F73; }
span { border-color: rgb(121,15,115); }
td.TdClassName
{
border-color: #790F73;
}
.TagClassName
{
border-color: #790F73;
}
</style>