Html Css Color HEX #715374 Trendy Pink

📋 copy color: '#715374'

red 113 ◦ green 83 ◦ blue 116

#715374
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #715374

Tints of Trendy Pink #715374

RGB

 RED value IS 113 (44.53% from 255) = 36.22%

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 36.22%
G = 26.6%
B = 37.18%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#715374 (or 0x715374) is known color: Trendy Pink. HEX triplet: 71, 53 and 74. RGB value is (113,83,116). Sum of RGB (Red+Green+Blue) = 113+83+116=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 116 - color contains mainly: blue. Hex color #715374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715374 is #8EAC8B. Grayscale: #5F5F5F. Windows color (decimal): -9350284 or 7623537. OLE color: 7623537.

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

Color convert

RGB 113 83 116 -
CMYK 0.03 0.28 0 0.55
HSL 294.55º 0.17% 0.39% -
HSV(B) 294.55º 0.28% 0.45% -
XYZ 13.06 10.96 17.95 -
YUV 95.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 113 83 116 0.03 0.28 0 0.55 294.55 0.17 0.39
Hex 71 53 74 3 1C 0 37 127 11 27
Octal 161 123 164 3 34 0 67 447 21 47
Binary 1110001 1010011 1110100 11 11100 0 110111 100100111 10001 100111

Color Harmonies of #715374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715374

Black with #715374

Text Example


Text Example

White with #715374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715374; }

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

 H1.HeaderClassName
 {
   color: #715374;
 }
 .AnyTagClassName
 {
   color: #715374;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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