#7B5174

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

Shades of Trendy Pink #7B5174

Tints of Trendy Pink #7B5174

Color information

#7B5174 (or 0x7B5174) is unknown color: approx Trendy Pink. HEX triplet: 7B, 51 and 74. RGB value is (123,81,116). Sum of RGB (Red+Green+Blue) = 123+81+116=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5174 is #84AE8B. Grayscale: #616161. Windows color (decimal): -8695436 or 7623035. OLE color: 7623035.

HSL color Cylindrical-coordinate representation of color #7B5174: hue angle of 310º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B5174 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB12381116-
CMYK00.340.060.52
HSL310º20.59%40%-
HSV(B)310º34.15%48.24%-
XYZ14.2611.3617.96-
YUV97.55138.41146.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.44%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=38.44%
G=25.31%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238111600.340.060.5231020.5940
Hex7B51740226341361528
Octal1731211640426644662550
Binary111101110100011110100010001011011010010011011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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