Shades of Purple #790C84
Tints of Purple #790C84
RGB
CMYK
RGB Variations
Color information
#790C84 (or 0x790C84) is known color: Purple. HEX triplet: 79, 0C and 84. RGB value is (121,12,132). Sum of RGB (Red+Green+Blue) = 121+12+132=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #790C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790C84 is #86F37B. Grayscale: #393939. Windows color (decimal): -8844156 or 8653945. OLE color: 8653945.
HSL color Cylindrical-coordinate representation of color #790C84: hue angle of 294.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790C84 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 12 | 132 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.48 |
| HSL | 294.5º | 0.83% | 0.28% | - |
| HSV(B) | 294.5º | 0.91% | 0.52% | - |
| XYZ | 12.18 | 5.99 | 22.34 | - |
| YUV | 58.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 132 | 0.08 | 0.91 | 0 | 0.48 | 294.5 | 0.83 | 0.28 |
| Hex | 79 | C | 84 | 8 | 5B | 0 | 30 | 126 | 53 | 1C |
| Octal | 171 | 14 | 204 | 10 | 133 | 0 | 60 | 446 | 123 | 34 |
| Binary | 1111001 | 1100 | 10000100 | 1000 | 1011011 | 0 | 110000 | 100100110 | 1010011 | 11100 |
Color Harmonies of #790C84
Complementary color
Monochromatic Colors of #790C84
Black with #790C84
Text Example
Text Example
White with #790C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C84; }
p { color: rgb(121,12,132); }
H1.HeaderClassName
{
color: #790C84;
}
.AnyTagClassName
{
color: #790C84;
}
</style>
background-color css
<style>
a { background-color: #790C84; }
a { background-color: rgb(121,12,132); }
div.DivClassName
{
background-color: #790C84;
}
.BgClassName
{
background-color: #790C84;
}
</style>
border-color css
<style>
span { border-color: #790C84; }
span { border-color: rgb(121,12,132); }
td.TdClassName
{
border-color: #790C84;
}
.TagClassName
{
border-color: #790C84;
}
</style>