Shades of Purple #77008B
Tints of Purple #77008B
RGB
CMYK
RGB Variations
Color information
#77008B (or 0x77008B) is known color: Purple. HEX triplet: 77, 00 and 8B. RGB value is (119,0,139). Sum of RGB (Red+Green+Blue) = 119+0+139=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #77008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77008B is #88FF74. Grayscale: #323232. Windows color (decimal): -8978293 or 9109623. OLE color: 9109623.
HSL color Cylindrical-coordinate representation of color #77008B: hue angle of 291.37º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77008B is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 0 | 139 | - |
| CMYK | 0.14 | 1 | 0 | 0.45 |
| HSL | 291.37º | 1% | 0.27% | - |
| HSV(B) | 291.37º | 1% | 0.55% | - |
| XYZ | 12.27 | 5.79 | 24.9 | - |
| YUV | 51.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 139 | 0.14 | 1 | 0 | 0.45 | 291.37 | 1 | 0.27 |
| Hex | 77 | 0 | 8B | E | 64 | 0 | 2D | 123 | 64 | 1B |
| Octal | 167 | 0 | 213 | 16 | 144 | 0 | 55 | 443 | 144 | 33 |
| Binary | 1110111 | 0 | 10001011 | 1110 | 1100100 | 0 | 101101 | 100100011 | 1100100 | 11011 |
Color Harmonies of #77008B
Complementary color
Monochromatic Colors of #77008B
Black with #77008B
Text Example
Text Example
White with #77008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77008B; }
p { color: rgb(119,0,139); }
H1.HeaderClassName
{
color: #77008B;
}
.AnyTagClassName
{
color: #77008B;
}
</style>
background-color css
<style>
a { background-color: #77008B; }
a { background-color: rgb(119,0,139); }
div.DivClassName
{
background-color: #77008B;
}
.BgClassName
{
background-color: #77008B;
}
</style>
border-color css
<style>
span { border-color: #77008B; }
span { border-color: rgb(119,0,139); }
td.TdClassName
{
border-color: #77008B;
}
.TagClassName
{
border-color: #77008B;
}
</style>