Shades of Purple #77076B
Tints of Purple #77076B
RGB
CMYK
RGB Variations
Color information
#77076B (or 0x77076B) is known color: Purple. HEX triplet: 77, 07 and 6B. RGB value is (119,7,107). Sum of RGB (Red+Green+Blue) = 119+7+107=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77076B is #88F894. Grayscale: #333333. Windows color (decimal): -8976533 or 7014263. OLE color: 7014263.
HSL color Cylindrical-coordinate representation of color #77076B: hue angle of 306.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77076B is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 107 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.53 |
| HSL | 306.43º | 0.89% | 0.25% | - |
| HSV(B) | 306.43º | 0.94% | 0.47% | - |
| XYZ | 10.34 | 5.14 | 14.36 | - |
| YUV | 51.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 107 | 0 | 0.94 | 0.10 | 0.53 | 306.43 | 0.89 | 0.25 |
| Hex | 77 | 7 | 6B | 0 | 5E | A | 35 | 132 | 59 | 19 |
| Octal | 167 | 7 | 153 | 0 | 136 | 12 | 65 | 462 | 131 | 31 |
| Binary | 1110111 | 111 | 1101011 | 0 | 1011110 | 1010 | 110101 | 100110010 | 1011001 | 11001 |
Color Harmonies of #77076B
Complementary color
Monochromatic Colors of #77076B
Black with #77076B
Text Example
Text Example
White with #77076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77076B; }
p { color: rgb(119,7,107); }
H1.HeaderClassName
{
color: #77076B;
}
.AnyTagClassName
{
color: #77076B;
}
</style>
background-color css
<style>
a { background-color: #77076B; }
a { background-color: rgb(119,7,107); }
div.DivClassName
{
background-color: #77076B;
}
.BgClassName
{
background-color: #77076B;
}
</style>
border-color css
<style>
span { border-color: #77076B; }
span { border-color: rgb(119,7,107); }
td.TdClassName
{
border-color: #77076B;
}
.TagClassName
{
border-color: #77076B;
}
</style>