Shades of Purple #790075
Tints of Purple #790075
RGB
CMYK
RGB Variations
Color information
#790075 (or 0x790075) is known color: Purple. HEX triplet: 79, 00 and 75. RGB value is (121,0,117). Sum of RGB (Red+Green+Blue) = 121+0+117=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #790075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790075 is #86FF8A. Grayscale: #313131. Windows color (decimal): -8847243 or 7667833. OLE color: 7667833.
HSL color Cylindrical-coordinate representation of color #790075: hue angle of 301.98º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790075 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.03 | 0.53 |
| HSL | 301.98º | 1% | 0.24% | - |
| HSV(B) | 301.98º | 1% | 0.47% | - |
| XYZ | 11.1 | 5.35 | 17.28 | - |
| YUV | 49.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 117 | 0 | 1 | 0.03 | 0.53 | 301.98 | 1 | 0.24 |
| Hex | 79 | 0 | 75 | 0 | 64 | 3 | 35 | 12E | 64 | 18 |
| Octal | 171 | 0 | 165 | 0 | 144 | 3 | 65 | 456 | 144 | 30 |
| Binary | 1111001 | 0 | 1110101 | 0 | 1100100 | 11 | 110101 | 100101110 | 1100100 | 11000 |
Color Harmonies of #790075
Complementary color
Monochromatic Colors of #790075
Black with #790075
Text Example
Text Example
White with #790075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790075; }
p { color: rgb(121,0,117); }
H1.HeaderClassName
{
color: #790075;
}
.AnyTagClassName
{
color: #790075;
}
</style>
background-color css
<style>
a { background-color: #790075; }
a { background-color: rgb(121,0,117); }
div.DivClassName
{
background-color: #790075;
}
.BgClassName
{
background-color: #790075;
}
</style>
border-color css
<style>
span { border-color: #790075; }
span { border-color: rgb(121,0,117); }
td.TdClassName
{
border-color: #790075;
}
.TagClassName
{
border-color: #790075;
}
</style>