Shades of Purple #790784
Tints of Purple #790784
RGB
CMYK
RGB Variations
Color information
#790784 (or 0x790784) is known color: Purple. HEX triplet: 79, 07 and 84. RGB value is (121,7,132). Sum of RGB (Red+Green+Blue) = 121+7+132=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #790784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790784 is #86F87B. Grayscale: #363636. Windows color (decimal): -8845436 or 8652665. OLE color: 8652665.
HSL color Cylindrical-coordinate representation of color #790784: hue angle of 294.72º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790784 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 7 | 132 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.48 |
| HSL | 294.72º | 0.9% | 0.27% | - |
| HSV(B) | 294.72º | 0.95% | 0.52% | - |
| XYZ | 12.13 | 5.88 | 22.33 | - |
| YUV | 55.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 7 | 132 | 0.08 | 0.95 | 0 | 0.48 | 294.72 | 0.9 | 0.27 |
| Hex | 79 | 7 | 84 | 8 | 5F | 0 | 30 | 127 | 5A | 1B |
| Octal | 171 | 7 | 204 | 10 | 137 | 0 | 60 | 447 | 132 | 33 |
| Binary | 1111001 | 111 | 10000100 | 1000 | 1011111 | 0 | 110000 | 100100111 | 1011010 | 11011 |
Color Harmonies of #790784
Complementary color
Monochromatic Colors of #790784
Black with #790784
Text Example
Text Example
White with #790784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790784; }
p { color: rgb(121,7,132); }
H1.HeaderClassName
{
color: #790784;
}
.AnyTagClassName
{
color: #790784;
}
</style>
background-color css
<style>
a { background-color: #790784; }
a { background-color: rgb(121,7,132); }
div.DivClassName
{
background-color: #790784;
}
.BgClassName
{
background-color: #790784;
}
</style>
border-color css
<style>
span { border-color: #790784; }
span { border-color: rgb(121,7,132); }
td.TdClassName
{
border-color: #790784;
}
.TagClassName
{
border-color: #790784;
}
</style>