Shades of Purple #790F84
Tints of Purple #790F84
RGB
CMYK
RGB Variations
Color information
#790F84 (or 0x790F84) is known color: Purple. HEX triplet: 79, 0F and 84. RGB value is (121,15,132). Sum of RGB (Red+Green+Blue) = 121+15+132=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #790F84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790F84 is #86F07B. Grayscale: #3B3B3B. Windows color (decimal): -8843388 or 8654713. OLE color: 8654713.
HSL color Cylindrical-coordinate representation of color #790F84: hue angle of 294.36º 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 #790F84 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 15 | 132 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.48 |
| HSL | 294.36º | 0.8% | 0.29% | - |
| HSV(B) | 294.36º | 0.89% | 0.52% | - |
| XYZ | 12.22 | 6.07 | 22.36 | - |
| YUV | 60.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 132 | 0.08 | 0.89 | 0 | 0.48 | 294.36 | 0.8 | 0.29 |
| Hex | 79 | F | 84 | 8 | 59 | 0 | 30 | 126 | 50 | 1D |
| Octal | 171 | 17 | 204 | 10 | 131 | 0 | 60 | 446 | 120 | 35 |
| Binary | 1111001 | 1111 | 10000100 | 1000 | 1011001 | 0 | 110000 | 100100110 | 1010000 | 11101 |
Color Harmonies of #790F84
Complementary color
Monochromatic Colors of #790F84
Black with #790F84
Text Example
Text Example
White with #790F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F84; }
p { color: rgb(121,15,132); }
H1.HeaderClassName
{
color: #790F84;
}
.AnyTagClassName
{
color: #790F84;
}
</style>
background-color css
<style>
a { background-color: #790F84; }
a { background-color: rgb(121,15,132); }
div.DivClassName
{
background-color: #790F84;
}
.BgClassName
{
background-color: #790F84;
}
</style>
border-color css
<style>
span { border-color: #790F84; }
span { border-color: rgb(121,15,132); }
td.TdClassName
{
border-color: #790F84;
}
.TagClassName
{
border-color: #790F84;
}
</style>