#715174

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

Shades of Trendy Pink #715174

Tints of Trendy Pink #715174

Color information

#715174 (or 0x715174) is unknown color: approx Trendy Pink. HEX triplet: 71, 51 and 74. RGB value is (113,81,116). Sum of RGB (Red+Green+Blue) = 113+81+116=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: blue. Hex color #715174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715174 is #8EAE8B. Grayscale: #5E5E5E. Windows color (decimal): -9350796 or 7623025. OLE color: 7623025.

HSL color Cylindrical-coordinate representation of color #715174: hue angle of 294.86º 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 #715174 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11381116-
CMYK0.030.3000.55
HSL294.86º17.77%38.63%-
HSV(B)294.86º30.17%45.49%-
XYZ12.910.6617.9-
YUV94.56140.1141.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=36.45%
G=26.13%
B=37.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113811160.030.3000.55294.8617.7738.63
Hex71517431E0371271227
Octal1611211643360674472247
Binary1110001101000111101001111110011011110010011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715174; }

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

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

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

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

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

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

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

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