#745174

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

Shades of Trendy Pink #745174

Tints of Trendy Pink #745174

Color information

#745174 (or 0x745174) is unknown color: approx Trendy Pink. HEX triplet: 74, 51 and 74. RGB value is (116,81,116). Sum of RGB (Red+Green+Blue) = 116+81+116=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #745174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745174 is #8BAE8B. Grayscale: #5F5F5F. Windows color (decimal): -9154188 or 7623028. OLE color: 7623028.

HSL color Cylindrical-coordinate representation of color #745174: hue angle of 300º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745174 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11681116-
CMYK00.3000.55
HSL300º17.77%38.63%-
HSV(B)300º30.17%45.49%-
XYZ13.310.8617.92-
YUV95.46139.6142.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=37.06%
G=25.88%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168111600.3000.5530017.7738.63
Hex74517401E03712c1227
Octal1641211640360674542247
Binary111010010100011110100011110011011110010110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745174; }

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

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

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

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

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

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

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

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