#7F4680

Color #7F4680 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #7F4680

Tints of Trendy Pink #7F4680

Color information

#7F4680 (or 0x7F4680) is unknown color: approx Trendy Pink. HEX triplet: 7F, 46 and 80. RGB value is (127,70,128). Sum of RGB (Red+Green+Blue) = 127+70+128=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F4680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4680 is #80B97F. Grayscale: #5D5D5D. Windows color (decimal): -8436096 or 8406655. OLE color: 8406655.

HSL color Cylindrical-coordinate representation of color #7F4680: hue angle of 298.97º 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 #7F4680 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12770128-
CMYK0.010.4500.50
HSL298.97º29.29%38.82%-
HSV(B)298.97º45.31%50.2%-
XYZ14.8410.4521.66-
YUV93.65147.38151.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 39.08%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 128 (50.39% from 255) = 39.38%
R=39.08%
G=21.54%
B=39.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127701280.010.4500.50298.9729.2938.82
Hex7F468012D03212b1d27
Octal1771062001550624533547
Binary11111111000110100000001101101011001010010101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4680; }

 p { color: rgb(127,70,128); }

 H1.HeaderClassName
 {
   color: #7F4680;
 }
 .AnyTagClassName
 {
   color: #7F4680;
 }
</style>
background-color css

<style>
 a { background-color: #7F4680; }

 a { background-color: rgb(127,70,128); }

 div.DivClassName
 {
   background-color: #7F4680;
 }
 .BgClassName
 {
   background-color: #7F4680;
 }
</style>
border-color css

<style>
 span { border-color: #7F4680; }

 span { border-color: rgb(127,70,128); }

 td.TdClassName
 {
   border-color: #7F4680;
 }
 .TagClassName
 {
   border-color: #7F4680;
 }
</style>