Shades of Purple #770466
Tints of Purple #770466
RGB
CMYK
RGB Variations
Color information
#770466 (or 0x770466) is known color: Purple. HEX triplet: 77, 04 and 66. RGB value is (119,4,102). Sum of RGB (Red+Green+Blue) = 119+4+102=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #770466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770466 is #88FB99. Grayscale: #313131. Windows color (decimal): -8977306 or 6685815. OLE color: 6685815.
HSL color Cylindrical-coordinate representation of color #770466: hue angle of 308.87º 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 #770466 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 4 | 102 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.53 |
| HSL | 308.87º | 0.93% | 0.24% | - |
| HSV(B) | 308.87º | 0.97% | 0.47% | - |
| XYZ | 10.05 | 4.97 | 13 | - |
| YUV | 49.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 102 | 0 | 0.97 | 0.14 | 0.53 | 308.87 | 0.93 | 0.24 |
| Hex | 77 | 4 | 66 | 0 | 61 | E | 35 | 135 | 5D | 18 |
| Octal | 167 | 4 | 146 | 0 | 141 | 16 | 65 | 465 | 135 | 30 |
| Binary | 1110111 | 100 | 1100110 | 0 | 1100001 | 1110 | 110101 | 100110101 | 1011101 | 11000 |
Color Harmonies of #770466
Complementary color
Monochromatic Colors of #770466
Black with #770466
Text Example
Text Example
White with #770466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770466; }
p { color: rgb(119,4,102); }
H1.HeaderClassName
{
color: #770466;
}
.AnyTagClassName
{
color: #770466;
}
</style>
background-color css
<style>
a { background-color: #770466; }
a { background-color: rgb(119,4,102); }
div.DivClassName
{
background-color: #770466;
}
.BgClassName
{
background-color: #770466;
}
</style>
border-color css
<style>
span { border-color: #770466; }
span { border-color: rgb(119,4,102); }
td.TdClassName
{
border-color: #770466;
}
.TagClassName
{
border-color: #770466;
}
</style>