Shades of Purple #77147E
Tints of Purple #77147E
RGB
CMYK
RGB Variations
Color information
#77147E (or 0x77147E) is known color: Purple. HEX triplet: 77, 14 and 7E. RGB value is (119,20,126). Sum of RGB (Red+Green+Blue) = 119+20+126=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #77147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77147E is #88EB81. Grayscale: #3D3D3D. Windows color (decimal): -8973186 or 8262775. OLE color: 8262775.
HSL color Cylindrical-coordinate representation of color #77147E: hue angle of 296.04º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77147E is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 20 | 126 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.51 |
| HSL | 296.04º | 0.73% | 0.29% | - |
| HSV(B) | 296.04º | 0.84% | 0.49% | - |
| XYZ | 11.62 | 5.93 | 20.27 | - |
| YUV | 61.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 126 | 0.06 | 0.84 | 0 | 0.51 | 296.04 | 0.73 | 0.29 |
| Hex | 77 | 14 | 7E | 6 | 54 | 0 | 33 | 128 | 49 | 1D |
| Octal | 167 | 24 | 176 | 6 | 124 | 0 | 63 | 450 | 111 | 35 |
| Binary | 1110111 | 10100 | 1111110 | 110 | 1010100 | 0 | 110011 | 100101000 | 1001001 | 11101 |
Color Harmonies of #77147E
Complementary color
Monochromatic Colors of #77147E
Black with #77147E
Text Example
Text Example
White with #77147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77147E; }
p { color: rgb(119,20,126); }
H1.HeaderClassName
{
color: #77147E;
}
.AnyTagClassName
{
color: #77147E;
}
</style>
background-color css
<style>
a { background-color: #77147E; }
a { background-color: rgb(119,20,126); }
div.DivClassName
{
background-color: #77147E;
}
.BgClassName
{
background-color: #77147E;
}
</style>
border-color css
<style>
span { border-color: #77147E; }
span { border-color: rgb(119,20,126); }
td.TdClassName
{
border-color: #77147E;
}
.TagClassName
{
border-color: #77147E;
}
</style>