Shades of Trendy Pink #80477A
Tints of Trendy Pink #80477A
RGB
CMYK
RGB Variations
Color information
#80477A (or 0x80477A) is known color: Trendy Pink. HEX triplet: 80, 47 and 7A. RGB value is (128,71,122). Sum of RGB (Red+Green+Blue) = 128+71+122=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #80477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80477A is #7FB885. Grayscale: #5D5D5D. Windows color (decimal): -8370310 or 8013696. OLE color: 8013696.
HSL color Cylindrical-coordinate representation of color #80477A: hue angle of 306.32º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80477A is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 71 | 122 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.50 |
| HSL | 306.32º | 0.29% | 0.39% | - |
| HSV(B) | 306.32º | 0.45% | 0.5% | - |
| XYZ | 14.67 | 10.5 | 19.67 | - |
| YUV | 93.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 122 | 0 | 0.45 | 0.05 | 0.50 | 306.32 | 0.29 | 0.39 |
| Hex | 80 | 47 | 7A | 0 | 2D | 5 | 32 | 132 | 1D | 27 |
| Octal | 200 | 107 | 172 | 0 | 55 | 5 | 62 | 462 | 35 | 47 |
| Binary | 10000000 | 1000111 | 1111010 | 0 | 101101 | 101 | 110010 | 100110010 | 11101 | 100111 |
Color Harmonies of #80477A
Complementary color
Monochromatic Colors of #80477A
Black with #80477A
Text Example
Text Example
White with #80477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80477A; }
p { color: rgb(128,71,122); }
H1.HeaderClassName
{
color: #80477A;
}
.AnyTagClassName
{
color: #80477A;
}
</style>
background-color css
<style>
a { background-color: #80477A; }
a { background-color: rgb(128,71,122); }
div.DivClassName
{
background-color: #80477A;
}
.BgClassName
{
background-color: #80477A;
}
</style>
border-color css
<style>
span { border-color: #80477A; }
span { border-color: rgb(128,71,122); }
td.TdClassName
{
border-color: #80477A;
}
.TagClassName
{
border-color: #80477A;
}
</style>