Shades of Purple #770164
Tints of Purple #770164
RGB
CMYK
RGB Variations
Color information
#770164 (or 0x770164) is known color: Purple. HEX triplet: 77, 01 and 64. RGB value is (119,1,100). Sum of RGB (Red+Green+Blue) = 119+1+100=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #770164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770164 is #88FE9B. Grayscale: #2F2F2F. Windows color (decimal): -8978076 or 6553975. OLE color: 6553975.
HSL color Cylindrical-coordinate representation of color #770164: hue angle of 309.66º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770164 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.53 |
| HSL | 309.66º | 0.98% | 0.24% | - |
| HSV(B) | 309.66º | 0.99% | 0.47% | - |
| XYZ | 9.92 | 4.86 | 12.47 | - |
| YUV | 47.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 100 | 0 | 0.99 | 0.16 | 0.53 | 309.66 | 0.98 | 0.24 |
| Hex | 77 | 1 | 64 | 0 | 63 | 10 | 35 | 136 | 62 | 18 |
| Octal | 167 | 1 | 144 | 0 | 143 | 20 | 65 | 466 | 142 | 30 |
| Binary | 1110111 | 1 | 1100100 | 0 | 1100011 | 10000 | 110101 | 100110110 | 1100010 | 11000 |
Color Harmonies of #770164
Complementary color
Monochromatic Colors of #770164
Black with #770164
Text Example
Text Example
White with #770164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770164; }
p { color: rgb(119,1,100); }
H1.HeaderClassName
{
color: #770164;
}
.AnyTagClassName
{
color: #770164;
}
</style>
background-color css
<style>
a { background-color: #770164; }
a { background-color: rgb(119,1,100); }
div.DivClassName
{
background-color: #770164;
}
.BgClassName
{
background-color: #770164;
}
</style>
border-color css
<style>
span { border-color: #770164; }
span { border-color: rgb(119,1,100); }
td.TdClassName
{
border-color: #770164;
}
.TagClassName
{
border-color: #770164;
}
</style>