Shades of Purple #770163
Tints of Purple #770163
RGB
CMYK
RGB Variations
Color information
#770163 (or 0x770163) is known color: Purple. HEX triplet: 77, 01 and 63. RGB value is (119,1,99). Sum of RGB (Red+Green+Blue) = 119+1+99=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #770163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770163 is #88FE9C. Grayscale: #2F2F2F. Windows color (decimal): -8978077 or 6488439. OLE color: 6488439.
HSL color Cylindrical-coordinate representation of color #770163: hue angle of 310.17º 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 #770163 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.53 |
| HSL | 310.17º | 0.98% | 0.24% | - |
| HSV(B) | 310.17º | 0.99% | 0.47% | - |
| XYZ | 9.87 | 4.84 | 12.22 | - |
| YUV | 47.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 99 | 0 | 0.99 | 0.17 | 0.53 | 310.17 | 0.98 | 0.24 |
| Hex | 77 | 1 | 63 | 0 | 63 | 11 | 35 | 136 | 62 | 18 |
| Octal | 167 | 1 | 143 | 0 | 143 | 21 | 65 | 466 | 142 | 30 |
| Binary | 1110111 | 1 | 1100011 | 0 | 1100011 | 10001 | 110101 | 100110110 | 1100010 | 11000 |
Color Harmonies of #770163
Complementary color
Monochromatic Colors of #770163
Black with #770163
Text Example
Text Example
White with #770163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770163; }
p { color: rgb(119,1,99); }
H1.HeaderClassName
{
color: #770163;
}
.AnyTagClassName
{
color: #770163;
}
</style>
background-color css
<style>
a { background-color: #770163; }
a { background-color: rgb(119,1,99); }
div.DivClassName
{
background-color: #770163;
}
.BgClassName
{
background-color: #770163;
}
</style>
border-color css
<style>
span { border-color: #770163; }
span { border-color: rgb(119,1,99); }
td.TdClassName
{
border-color: #770163;
}
.TagClassName
{
border-color: #770163;
}
</style>