Shades of Purple #77046E
Tints of Purple #77046E
RGB
CMYK
RGB Variations
Color information
#77046E (or 0x77046E) is known color: Purple. HEX triplet: 77, 04 and 6E. RGB value is (119,4,110). Sum of RGB (Red+Green+Blue) = 119+4+110=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77046E is #88FB91. Grayscale: #323232. Windows color (decimal): -8977298 or 7210103. OLE color: 7210103.
HSL color Cylindrical-coordinate representation of color #77046E: hue angle of 304.7º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77046E is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 4 | 110 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.53 |
| HSL | 304.7º | 0.93% | 0.24% | - |
| HSV(B) | 304.7º | 0.97% | 0.47% | - |
| XYZ | 10.47 | 5.13 | 15.19 | - |
| YUV | 50.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 110 | 0 | 0.97 | 0.08 | 0.53 | 304.7 | 0.93 | 0.24 |
| Hex | 77 | 4 | 6E | 0 | 61 | 8 | 35 | 131 | 5D | 18 |
| Octal | 167 | 4 | 156 | 0 | 141 | 10 | 65 | 461 | 135 | 30 |
| Binary | 1110111 | 100 | 1101110 | 0 | 1100001 | 1000 | 110101 | 100110001 | 1011101 | 11000 |
Color Harmonies of #77046E
Complementary color
Monochromatic Colors of #77046E
Black with #77046E
Text Example
Text Example
White with #77046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77046E; }
p { color: rgb(119,4,110); }
H1.HeaderClassName
{
color: #77046E;
}
.AnyTagClassName
{
color: #77046E;
}
</style>
background-color css
<style>
a { background-color: #77046E; }
a { background-color: rgb(119,4,110); }
div.DivClassName
{
background-color: #77046E;
}
.BgClassName
{
background-color: #77046E;
}
</style>
border-color css
<style>
span { border-color: #77046E; }
span { border-color: rgb(119,4,110); }
td.TdClassName
{
border-color: #77046E;
}
.TagClassName
{
border-color: #77046E;
}
</style>