#7B5180

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

Shades of Trendy Pink #7B5180

Tints of Trendy Pink #7B5180

Color information

#7B5180 (or 0x7B5180) is unknown color: approx Trendy Pink. HEX triplet: 7B, 51 and 80. RGB value is (123,81,128). Sum of RGB (Red+Green+Blue) = 123+81+128=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B5180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5180 is #84AE7F. Grayscale: #626262. Windows color (decimal): -8695424 or 8409467. OLE color: 8409467.

HSL color Cylindrical-coordinate representation of color #7B5180: hue angle of 293.62º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B5180 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12381128-
CMYK0.040.3700.50
HSL293.62º22.49%40.98%-
HSV(B)293.62º36.72%50.2%-
XYZ15.0111.6521.88-
YUV98.92144.41145.18-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.05%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=37.05%
G=24.40%
B=38.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal123811280.040.3700.50293.6222.4940.98
Hex7B51804250321261629
Octal1731212004450624462651
Binary1111011101000110000000100100101011001010010011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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