Shades of Purple #790663
Tints of Purple #790663
RGB
CMYK
RGB Variations
Color information
#790663 (or 0x790663) is known color: Purple. HEX triplet: 79, 06 and 63. RGB value is (121,6,99). Sum of RGB (Red+Green+Blue) = 121+6+99=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #790663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790663 is #86F99C. Grayscale: #323232. Windows color (decimal): -8845725 or 6489721. OLE color: 6489721.
HSL color Cylindrical-coordinate representation of color #790663: hue angle of 311.48º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790663 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 6 | 99 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.53 |
| HSL | 311.48º | 0.91% | 0.25% | - |
| HSV(B) | 311.48º | 0.95% | 0.47% | - |
| XYZ | 10.2 | 5.1 | 12.25 | - |
| YUV | 50.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 6 | 99 | 0 | 0.95 | 0.18 | 0.53 | 311.48 | 0.91 | 0.25 |
| Hex | 79 | 6 | 63 | 0 | 5F | 12 | 35 | 137 | 5B | 19 |
| Octal | 171 | 6 | 143 | 0 | 137 | 22 | 65 | 467 | 133 | 31 |
| Binary | 1111001 | 110 | 1100011 | 0 | 1011111 | 10010 | 110101 | 100110111 | 1011011 | 11001 |
Color Harmonies of #790663
Complementary color
Monochromatic Colors of #790663
Black with #790663
Text Example
Text Example
White with #790663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790663; }
p { color: rgb(121,6,99); }
H1.HeaderClassName
{
color: #790663;
}
.AnyTagClassName
{
color: #790663;
}
</style>
background-color css
<style>
a { background-color: #790663; }
a { background-color: rgb(121,6,99); }
div.DivClassName
{
background-color: #790663;
}
.BgClassName
{
background-color: #790663;
}
</style>
border-color css
<style>
span { border-color: #790663; }
span { border-color: rgb(121,6,99); }
td.TdClassName
{
border-color: #790663;
}
.TagClassName
{
border-color: #790663;
}
</style>