Shades of Purple #77078B
Tints of Purple #77078B
RGB
CMYK
RGB Variations
Color information
#77078B (or 0x77078B) is known color: Purple. HEX triplet: 77, 07 and 8B. RGB value is (119,7,139). Sum of RGB (Red+Green+Blue) = 119+7+139=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #77078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77078B is #88F874. Grayscale: #373737. Windows color (decimal): -8976501 or 9111415. OLE color: 9111415.
HSL color Cylindrical-coordinate representation of color #77078B: hue angle of 290.91º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77078B is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 7 | 139 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.45 |
| HSL | 290.91º | 0.9% | 0.29% | - |
| HSV(B) | 290.91º | 0.95% | 0.55% | - |
| XYZ | 12.34 | 5.94 | 24.92 | - |
| YUV | 55.54 | 175.11 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 139 | 0.14 | 0.95 | 0 | 0.45 | 290.91 | 0.9 | 0.29 |
| Hex | 77 | 7 | 8B | E | 5F | 0 | 2D | 123 | 5A | 1D |
| Octal | 167 | 7 | 213 | 16 | 137 | 0 | 55 | 443 | 132 | 35 |
| Binary | 1110111 | 111 | 10001011 | 1110 | 1011111 | 0 | 101101 | 100100011 | 1011010 | 11101 |
Color Harmonies of #77078B
Complementary color
Monochromatic Colors of #77078B
Black with #77078B
Text Example
Text Example
White with #77078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77078B; }
p { color: rgb(119,7,139); }
H1.HeaderClassName
{
color: #77078B;
}
.AnyTagClassName
{
color: #77078B;
}
</style>
background-color css
<style>
a { background-color: #77078B; }
a { background-color: rgb(119,7,139); }
div.DivClassName
{
background-color: #77078B;
}
.BgClassName
{
background-color: #77078B;
}
</style>
border-color css
<style>
span { border-color: #77078B; }
span { border-color: rgb(119,7,139); }
td.TdClassName
{
border-color: #77078B;
}
.TagClassName
{
border-color: #77078B;
}
</style>