Shades of Purple #790E85
Tints of Purple #790E85
RGB
CMYK
RGB Variations
Color information
#790E85 (or 0x790E85) is known color: Purple. HEX triplet: 79, 0E and 85. RGB value is (121,14,133). Sum of RGB (Red+Green+Blue) = 121+14+133=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #790E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790E85 is #86F17A. Grayscale: #3B3B3B. Windows color (decimal): -8843643 or 8719993. OLE color: 8719993.
HSL color Cylindrical-coordinate representation of color #790E85: hue angle of 293.95º degrees, saturation: 0.81, 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 #790E85 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 14 | 133 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.48 |
| HSL | 293.95º | 0.81% | 0.29% | - |
| HSV(B) | 293.95º | 0.89% | 0.52% | - |
| XYZ | 12.28 | 6.07 | 22.72 | - |
| YUV | 59.56 | 169.45 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 14 | 133 | 0.09 | 0.89 | 0 | 0.48 | 293.95 | 0.81 | 0.29 |
| Hex | 79 | E | 85 | 9 | 59 | 0 | 30 | 126 | 51 | 1D |
| Octal | 171 | 16 | 205 | 11 | 131 | 0 | 60 | 446 | 121 | 35 |
| Binary | 1111001 | 1110 | 10000101 | 1001 | 1011001 | 0 | 110000 | 100100110 | 1010001 | 11101 |
Color Harmonies of #790E85
Complementary color
Monochromatic Colors of #790E85
Black with #790E85
Text Example
Text Example
White with #790E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790E85; }
p { color: rgb(121,14,133); }
H1.HeaderClassName
{
color: #790E85;
}
.AnyTagClassName
{
color: #790E85;
}
</style>
background-color css
<style>
a { background-color: #790E85; }
a { background-color: rgb(121,14,133); }
div.DivClassName
{
background-color: #790E85;
}
.BgClassName
{
background-color: #790E85;
}
</style>
border-color css
<style>
span { border-color: #790E85; }
span { border-color: rgb(121,14,133); }
td.TdClassName
{
border-color: #790E85;
}
.TagClassName
{
border-color: #790E85;
}
</style>