Shades of Purple #790884
Tints of Purple #790884
RGB
CMYK
RGB Variations
Color information
#790884 (or 0x790884) is known color: Purple. HEX triplet: 79, 08 and 84. RGB value is (121,8,132). Sum of RGB (Red+Green+Blue) = 121+8+132=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #790884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790884 is #86F77B. Grayscale: #373737. Windows color (decimal): -8845180 or 8652921. OLE color: 8652921.
HSL color Cylindrical-coordinate representation of color #790884: hue angle of 294.68º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790884 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 8 | 132 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.48 |
| HSL | 294.68º | 0.89% | 0.27% | - |
| HSV(B) | 294.68º | 0.94% | 0.52% | - |
| XYZ | 12.14 | 5.9 | 22.33 | - |
| YUV | 55.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 132 | 0.08 | 0.94 | 0 | 0.48 | 294.68 | 0.89 | 0.27 |
| Hex | 79 | 8 | 84 | 8 | 5E | 0 | 30 | 127 | 59 | 1B |
| Octal | 171 | 10 | 204 | 10 | 136 | 0 | 60 | 447 | 131 | 33 |
| Binary | 1111001 | 1000 | 10000100 | 1000 | 1011110 | 0 | 110000 | 100100111 | 1011001 | 11011 |
Color Harmonies of #790884
Complementary color
Monochromatic Colors of #790884
Black with #790884
Text Example
Text Example
White with #790884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790884; }
p { color: rgb(121,8,132); }
H1.HeaderClassName
{
color: #790884;
}
.AnyTagClassName
{
color: #790884;
}
</style>
background-color css
<style>
a { background-color: #790884; }
a { background-color: rgb(121,8,132); }
div.DivClassName
{
background-color: #790884;
}
.BgClassName
{
background-color: #790884;
}
</style>
border-color css
<style>
span { border-color: #790884; }
span { border-color: rgb(121,8,132); }
td.TdClassName
{
border-color: #790884;
}
.TagClassName
{
border-color: #790884;
}
</style>