Shades of Purple #791683
Tints of Purple #791683
RGB
CMYK
RGB Variations
Color information
#791683 (or 0x791683) is known color: Purple. HEX triplet: 79, 16 and 83. RGB value is (121,22,131). Sum of RGB (Red+Green+Blue) = 121+22+131=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #791683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791683 is #86E97C. Grayscale: #3F3F3F. Windows color (decimal): -8841597 or 8590969. OLE color: 8590969.
HSL color Cylindrical-coordinate representation of color #791683: hue angle of 294.5º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791683 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 22 | 131 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.49 |
| HSL | 294.5º | 0.71% | 0.3% | - |
| HSV(B) | 294.5º | 0.83% | 0.51% | - |
| XYZ | 12.27 | 6.28 | 22.04 | - |
| YUV | 64.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 22 | 131 | 0.08 | 0.83 | 0 | 0.49 | 294.5 | 0.71 | 0.3 |
| Hex | 79 | 16 | 83 | 8 | 53 | 0 | 31 | 126 | 47 | 1E |
| Octal | 171 | 26 | 203 | 10 | 123 | 0 | 61 | 446 | 107 | 36 |
| Binary | 1111001 | 10110 | 10000011 | 1000 | 1010011 | 0 | 110001 | 100100110 | 1000111 | 11110 |
Color Harmonies of #791683
Complementary color
Monochromatic Colors of #791683
Black with #791683
Text Example
Text Example
White with #791683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791683; }
p { color: rgb(121,22,131); }
H1.HeaderClassName
{
color: #791683;
}
.AnyTagClassName
{
color: #791683;
}
</style>
background-color css
<style>
a { background-color: #791683; }
a { background-color: rgb(121,22,131); }
div.DivClassName
{
background-color: #791683;
}
.BgClassName
{
background-color: #791683;
}
</style>
border-color css
<style>
span { border-color: #791683; }
span { border-color: rgb(121,22,131); }
td.TdClassName
{
border-color: #791683;
}
.TagClassName
{
border-color: #791683;
}
</style>