Shades of Purple #791783
Tints of Purple #791783
RGB
CMYK
RGB Variations
Color information
#791783 (or 0x791783) is known color: Purple. HEX triplet: 79, 17 and 83. RGB value is (121,23,131). Sum of RGB (Red+Green+Blue) = 121+23+131=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #791783 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791783 is #86E87C. Grayscale: #404040. Windows color (decimal): -8841341 or 8591225. OLE color: 8591225.
HSL color Cylindrical-coordinate representation of color #791783: hue angle of 294.44º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #791783 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 23 | 131 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.49 |
| HSL | 294.44º | 0.7% | 0.3% | - |
| HSV(B) | 294.44º | 0.82% | 0.51% | - |
| XYZ | 12.29 | 6.32 | 22.04 | - |
| YUV | 64.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 23 | 131 | 0.08 | 0.82 | 0 | 0.49 | 294.44 | 0.7 | 0.3 |
| Hex | 79 | 17 | 83 | 8 | 52 | 0 | 31 | 126 | 46 | 1E |
| Octal | 171 | 27 | 203 | 10 | 122 | 0 | 61 | 446 | 106 | 36 |
| Binary | 1111001 | 10111 | 10000011 | 1000 | 1010010 | 0 | 110001 | 100100110 | 1000110 | 11110 |
Color Harmonies of #791783
Complementary color
Monochromatic Colors of #791783
Black with #791783
Text Example
Text Example
White with #791783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791783; }
p { color: rgb(121,23,131); }
H1.HeaderClassName
{
color: #791783;
}
.AnyTagClassName
{
color: #791783;
}
</style>
background-color css
<style>
a { background-color: #791783; }
a { background-color: rgb(121,23,131); }
div.DivClassName
{
background-color: #791783;
}
.BgClassName
{
background-color: #791783;
}
</style>
border-color css
<style>
span { border-color: #791783; }
span { border-color: rgb(121,23,131); }
td.TdClassName
{
border-color: #791783;
}
.TagClassName
{
border-color: #791783;
}
</style>