Html Css Color HEX #715573 Trendy Pink

📋 copy color: '#715573'

red 113 ◦ green 85 ◦ blue 115

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

Shades of Trendy Pink #715573

Tints of Trendy Pink #715573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

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

R = 36.1%
G = 27.16%
B = 36.74%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#715573 (or 0x715573) is known color: Trendy Pink. HEX triplet: 71, 55 and 73. RGB value is (113,85,115). Sum of RGB (Red+Green+Blue) = 113+85+115=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 115 - color contains mainly: blue. Hex color #715573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715573 is #8EAA8C. Grayscale: #606060. Windows color (decimal): -9349773 or 7558513. OLE color: 7558513.

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

Color convert

RGB 113 85 115 -
CMYK 0.02 0.26 0 0.55
HSL 296º 0.15% 0.39% -
HSV(B) 296º 0.26% 0.45% -
XYZ 13.15 11.25 17.7 -
YUV 96.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 113 85 115 0.02 0.26 0 0.55 296 0.15 0.39
Hex 71 55 73 2 1A 0 37 128 F 27
Octal 161 125 163 2 32 0 67 450 17 47
Binary 1110001 1010101 1110011 10 11010 0 110111 100101000 1111 100111

Color Harmonies of #715573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715573

Black with #715573

Text Example


Text Example

White with #715573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715573; }

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

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

background-color css

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

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

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

border-color css

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

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

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