#7B5980

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

Shades of Trendy Pink #7B5980

Tints of Trendy Pink #7B5980

Color information

#7B5980 (or 0x7B5980) is unknown color: approx Trendy Pink. HEX triplet: 7B, 59 and 80. RGB value is (123,89,128). Sum of RGB (Red+Green+Blue) = 123+89+128=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B5980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5980 is #84A67F. Grayscale: #676767. Windows color (decimal): -8693376 or 8411515. OLE color: 8411515.

HSL color Cylindrical-coordinate representation of color #7B5980: hue angle of 292.31º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B5980 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12389128-
CMYK0.040.3000.50
HSL292.31º17.97%42.55%-
HSV(B)292.31º30.47%50.2%-
XYZ15.6412.9122.09-
YUV103.61141.76141.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.18%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=36.18%
G=26.18%
B=37.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal123891280.040.3000.50292.3117.9742.55
Hex7B598041E032124122b
Octal1731312004360624442253
Binary111101110110011000000010011110011001010010010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,89,128); }

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

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

 a { background-color: rgb(123,89,128); }

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

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

 span { border-color: rgb(123,89,128); }

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