Shades of Purple #790583
Tints of Purple #790583
RGB
CMYK
RGB Variations
Color information
#790583 (or 0x790583) is known color: Purple. HEX triplet: 79, 05 and 83. RGB value is (121,5,131). Sum of RGB (Red+Green+Blue) = 121+5+131=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #790583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790583 is #86FA7C. Grayscale: #353535. Windows color (decimal): -8845949 or 8586617. OLE color: 8586617.
HSL color Cylindrical-coordinate representation of color #790583: hue angle of 295.24º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790583 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 5 | 131 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.49 |
| HSL | 295.24º | 0.93% | 0.27% | - |
| HSV(B) | 295.24º | 0.96% | 0.51% | - |
| XYZ | 12.04 | 5.81 | 21.96 | - |
| YUV | 54.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 131 | 0.08 | 0.96 | 0 | 0.49 | 295.24 | 0.93 | 0.27 |
| Hex | 79 | 5 | 83 | 8 | 60 | 0 | 31 | 127 | 5D | 1B |
| Octal | 171 | 5 | 203 | 10 | 140 | 0 | 61 | 447 | 135 | 33 |
| Binary | 1111001 | 101 | 10000011 | 1000 | 1100000 | 0 | 110001 | 100100111 | 1011101 | 11011 |
Color Harmonies of #790583
Complementary color
Monochromatic Colors of #790583
Black with #790583
Text Example
Text Example
White with #790583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790583; }
p { color: rgb(121,5,131); }
H1.HeaderClassName
{
color: #790583;
}
.AnyTagClassName
{
color: #790583;
}
</style>
background-color css
<style>
a { background-color: #790583; }
a { background-color: rgb(121,5,131); }
div.DivClassName
{
background-color: #790583;
}
.BgClassName
{
background-color: #790583;
}
</style>
border-color css
<style>
span { border-color: #790583; }
span { border-color: rgb(121,5,131); }
td.TdClassName
{
border-color: #790583;
}
.TagClassName
{
border-color: #790583;
}
</style>