Shades of Purple #770473
Tints of Purple #770473
RGB
CMYK
RGB Variations
Color information
#770473 (or 0x770473) is known color: Purple. HEX triplet: 77, 04 and 73. RGB value is (119,4,115). Sum of RGB (Red+Green+Blue) = 119+4+115=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770473 is #88FB8C. Grayscale: #323232. Windows color (decimal): -8977293 or 7537783. OLE color: 7537783.
HSL color Cylindrical-coordinate representation of color #770473: hue angle of 302.09º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770473 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 4 | 115 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.53 |
| HSL | 302.09º | 0.93% | 0.24% | - |
| HSV(B) | 302.09º | 0.97% | 0.47% | - |
| XYZ | 10.75 | 5.25 | 16.67 | - |
| YUV | 51.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 115 | 0 | 0.97 | 0.03 | 0.53 | 302.09 | 0.93 | 0.24 |
| Hex | 77 | 4 | 73 | 0 | 61 | 3 | 35 | 12E | 5D | 18 |
| Octal | 167 | 4 | 163 | 0 | 141 | 3 | 65 | 456 | 135 | 30 |
| Binary | 1110111 | 100 | 1110011 | 0 | 1100001 | 11 | 110101 | 100101110 | 1011101 | 11000 |
Color Harmonies of #770473
Complementary color
Monochromatic Colors of #770473
Black with #770473
Text Example
Text Example
White with #770473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770473; }
p { color: rgb(119,4,115); }
H1.HeaderClassName
{
color: #770473;
}
.AnyTagClassName
{
color: #770473;
}
</style>
background-color css
<style>
a { background-color: #770473; }
a { background-color: rgb(119,4,115); }
div.DivClassName
{
background-color: #770473;
}
.BgClassName
{
background-color: #770473;
}
</style>
border-color css
<style>
span { border-color: #770473; }
span { border-color: rgb(119,4,115); }
td.TdClassName
{
border-color: #770473;
}
.TagClassName
{
border-color: #770473;
}
</style>