Html Css Color HEX #715473 Trendy Pink

📋 copy color: '#715473'

red 113 ◦ green 84 ◦ blue 115

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

Shades of Trendy Pink #715473

Tints of Trendy Pink #715473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

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

R = 36.22%
G = 26.92%
B = 36.86%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#715473 (or 0x715473) is known color: Trendy Pink. HEX triplet: 71, 54 and 73. RGB value is (113,84,115). Sum of RGB (Red+Green+Blue) = 113+84+115=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #715473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715473 is #8EAB8C. Grayscale: #606060. Windows color (decimal): -9350029 or 7558257. OLE color: 7558257.

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

Color convert

RGB 113 84 115 -
CMYK 0.02 0.27 0 0.55
HSL 296.13º 0.16% 0.39% -
HSV(B) 296.13º 0.27% 0.45% -
XYZ 13.07 11.09 17.67 -
YUV 96.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 113 84 115 0.02 0.27 0 0.55 296.13 0.16 0.39
Hex 71 54 73 2 1B 0 37 128 10 27
Octal 161 124 163 2 33 0 67 450 20 47
Binary 1110001 1010100 1110011 10 11011 0 110111 100101000 10000 100111

Color Harmonies of #715473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715473

Black with #715473

Text Example


Text Example

White with #715473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715473; }

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

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

background-color css

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

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

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

border-color css

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

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

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