Shades of Purple #790085
Tints of Purple #790085
RGB
CMYK
RGB Variations
Color information
#790085 (or 0x790085) is known color: Purple. HEX triplet: 79, 00 and 85. RGB value is (121,0,133). Sum of RGB (Red+Green+Blue) = 121+0+133=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #790085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790085 is #86FF7A. Grayscale: #323232. Windows color (decimal): -8847227 or 8716409. OLE color: 8716409.
HSL color Cylindrical-coordinate representation of color #790085: hue angle of 294.59º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790085 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 0 | 133 | - |
| CMYK | 0.09 | 1 | 0 | 0.48 |
| HSL | 294.59º | 1% | 0.26% | - |
| HSV(B) | 294.59º | 1% | 0.52% | - |
| XYZ | 12.12 | 5.76 | 22.66 | - |
| YUV | 51.34 | 174.09 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 133 | 0.09 | 1 | 0 | 0.48 | 294.59 | 1 | 0.26 |
| Hex | 79 | 0 | 85 | 9 | 64 | 0 | 30 | 127 | 64 | 1A |
| Octal | 171 | 0 | 205 | 11 | 144 | 0 | 60 | 447 | 144 | 32 |
| Binary | 1111001 | 0 | 10000101 | 1001 | 1100100 | 0 | 110000 | 100100111 | 1100100 | 11010 |
Color Harmonies of #790085
Complementary color
Monochromatic Colors of #790085
Black with #790085
Text Example
Text Example
White with #790085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790085; }
p { color: rgb(121,0,133); }
H1.HeaderClassName
{
color: #790085;
}
.AnyTagClassName
{
color: #790085;
}
</style>
background-color css
<style>
a { background-color: #790085; }
a { background-color: rgb(121,0,133); }
div.DivClassName
{
background-color: #790085;
}
.BgClassName
{
background-color: #790085;
}
</style>
border-color css
<style>
span { border-color: #790085; }
span { border-color: rgb(121,0,133); }
td.TdClassName
{
border-color: #790085;
}
.TagClassName
{
border-color: #790085;
}
</style>