Html Css Color HEX #715173 Trendy Pink

📋 copy color: '#715173'

red 113 ◦ green 81 ◦ blue 115

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

Shades of Trendy Pink #715173

Tints of Trendy Pink #715173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.21%

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 36.57%
G = 26.21%
B = 37.22%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#715173 (or 0x715173) is known color: Trendy Pink. HEX triplet: 71, 51 and 73. RGB value is (113,81,115). Sum of RGB (Red+Green+Blue) = 113+81+115=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #715173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715173 is #8EAE8C. Grayscale: #5E5E5E. Windows color (decimal): -9350797 or 7557489. OLE color: 7557489.

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

Color convert

RGB 113 81 115 -
CMYK 0.02 0.30 0 0.55
HSL 296.47º 0.17% 0.38% -
HSV(B) 296.47º 0.3% 0.45% -
XYZ 12.85 10.63 17.59 -
YUV 94.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 113 81 115 0.02 0.30 0 0.55 296.47 0.17 0.38
Hex 71 51 73 2 1E 0 37 128 11 26
Octal 161 121 163 2 36 0 67 450 21 46
Binary 1110001 1010001 1110011 10 11110 0 110111 100101000 10001 100110

Color Harmonies of #715173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715173

Black with #715173

Text Example


Text Example

White with #715173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715173; }

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

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

background-color css

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

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

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

border-color css

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

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

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