Shades of Purple #790F85
Tints of Purple #790F85
RGB
CMYK
RGB Variations
Color information
#790F85 (or 0x790F85) is known color: Purple. HEX triplet: 79, 0F and 85. RGB value is (121,15,133). Sum of RGB (Red+Green+Blue) = 121+15+133=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #790F85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790F85 is #86F07A. Grayscale: #3B3B3B. Windows color (decimal): -8843387 or 8720249. OLE color: 8720249.
HSL color Cylindrical-coordinate representation of color #790F85: hue angle of 293.9º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #790F85 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 15 | 133 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.48 |
| HSL | 293.9º | 0.8% | 0.29% | - |
| HSV(B) | 293.9º | 0.89% | 0.52% | - |
| XYZ | 12.29 | 6.1 | 22.72 | - |
| YUV | 60.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 133 | 0.09 | 0.89 | 0 | 0.48 | 293.9 | 0.8 | 0.29 |
| Hex | 79 | F | 85 | 9 | 59 | 0 | 30 | 126 | 50 | 1D |
| Octal | 171 | 17 | 205 | 11 | 131 | 0 | 60 | 446 | 120 | 35 |
| Binary | 1111001 | 1111 | 10000101 | 1001 | 1011001 | 0 | 110000 | 100100110 | 1010000 | 11101 |
Color Harmonies of #790F85
Complementary color
Monochromatic Colors of #790F85
Black with #790F85
Text Example
Text Example
White with #790F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F85; }
p { color: rgb(121,15,133); }
H1.HeaderClassName
{
color: #790F85;
}
.AnyTagClassName
{
color: #790F85;
}
</style>
background-color css
<style>
a { background-color: #790F85; }
a { background-color: rgb(121,15,133); }
div.DivClassName
{
background-color: #790F85;
}
.BgClassName
{
background-color: #790F85;
}
</style>
border-color css
<style>
span { border-color: #790F85; }
span { border-color: rgb(121,15,133); }
td.TdClassName
{
border-color: #790F85;
}
.TagClassName
{
border-color: #790F85;
}
</style>