Shades of Purple #770562
Tints of Purple #770562
RGB
CMYK
RGB Variations
Color information
#770562 (or 0x770562) is known color: Purple. HEX triplet: 77, 05 and 62. RGB value is (119,5,98). Sum of RGB (Red+Green+Blue) = 119+5+98=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #770562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770562 is #88FA9D. Grayscale: #313131. Windows color (decimal): -8977054 or 6423927. OLE color: 6423927.
HSL color Cylindrical-coordinate representation of color #770562: hue angle of 311.05º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770562 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 98 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.53 |
| HSL | 311.05º | 0.92% | 0.24% | - |
| HSV(B) | 311.05º | 0.96% | 0.47% | - |
| XYZ | 9.87 | 4.91 | 11.98 | - |
| YUV | 49.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 98 | 0 | 0.96 | 0.18 | 0.53 | 311.05 | 0.92 | 0.24 |
| Hex | 77 | 5 | 62 | 0 | 60 | 12 | 35 | 137 | 5C | 18 |
| Octal | 167 | 5 | 142 | 0 | 140 | 22 | 65 | 467 | 134 | 30 |
| Binary | 1110111 | 101 | 1100010 | 0 | 1100000 | 10010 | 110101 | 100110111 | 1011100 | 11000 |
Color Harmonies of #770562
Complementary color
Monochromatic Colors of #770562
Black with #770562
Text Example
Text Example
White with #770562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770562; }
p { color: rgb(119,5,98); }
H1.HeaderClassName
{
color: #770562;
}
.AnyTagClassName
{
color: #770562;
}
</style>
background-color css
<style>
a { background-color: #770562; }
a { background-color: rgb(119,5,98); }
div.DivClassName
{
background-color: #770562;
}
.BgClassName
{
background-color: #770562;
}
</style>
border-color css
<style>
span { border-color: #770562; }
span { border-color: rgb(119,5,98); }
td.TdClassName
{
border-color: #770562;
}
.TagClassName
{
border-color: #770562;
}
</style>