Shades of Purple #790264
Tints of Purple #790264
RGB
CMYK
RGB Variations
Color information
#790264 (or 0x790264) is known color: Purple. HEX triplet: 79, 02 and 64. RGB value is (121,2,100). Sum of RGB (Red+Green+Blue) = 121+2+100=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #790264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790264 is #86FD9B. Grayscale: #303030. Windows color (decimal): -8846748 or 6554233. OLE color: 6554233.
HSL color Cylindrical-coordinate representation of color #790264: hue angle of 310.59º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790264 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 2 | 100 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.53 |
| HSL | 310.59º | 0.97% | 0.24% | - |
| HSV(B) | 310.59º | 0.98% | 0.47% | - |
| XYZ | 10.21 | 5.03 | 12.49 | - |
| YUV | 48.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 100 | 0 | 0.98 | 0.17 | 0.53 | 310.59 | 0.97 | 0.24 |
| Hex | 79 | 2 | 64 | 0 | 62 | 11 | 35 | 137 | 61 | 18 |
| Octal | 171 | 2 | 144 | 0 | 142 | 21 | 65 | 467 | 141 | 30 |
| Binary | 1111001 | 10 | 1100100 | 0 | 1100010 | 10001 | 110101 | 100110111 | 1100001 | 11000 |
Color Harmonies of #790264
Complementary color
Monochromatic Colors of #790264
Black with #790264
Text Example
Text Example
White with #790264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790264; }
p { color: rgb(121,2,100); }
H1.HeaderClassName
{
color: #790264;
}
.AnyTagClassName
{
color: #790264;
}
</style>
background-color css
<style>
a { background-color: #790264; }
a { background-color: rgb(121,2,100); }
div.DivClassName
{
background-color: #790264;
}
.BgClassName
{
background-color: #790264;
}
</style>
border-color css
<style>
span { border-color: #790264; }
span { border-color: rgb(121,2,100); }
td.TdClassName
{
border-color: #790264;
}
.TagClassName
{
border-color: #790264;
}
</style>