Html Css Color HEX #735473 Trendy Pink

📋 copy color: '#735473'

red 115 ◦ green 84 ◦ blue 115

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

Shades of Trendy Pink #735473

Tints of Trendy Pink #735473

RGB

 RED value IS 115 (45.31% from 255) = 36.62%

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

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

R = 36.62%
G = 26.75%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#735473 (or 0x735473) is known color: Trendy Pink. HEX triplet: 73, 54 and 73. RGB value is (115,84,115). Sum of RGB (Red+Green+Blue) = 115+84+115=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735473 is #8CAB8C. Grayscale: #606060. Windows color (decimal): -9218957 or 7558259. OLE color: 7558259.

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

Color convert

RGB 115 84 115 -
CMYK 0 0.27 0 0.55
HSL 300º 0.16% 0.39% -
HSV(B) 300º 0.27% 0.45% -
XYZ 13.34 11.22 17.68 -
YUV 96.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 115 84 115 0 0.27 0 0.55 300 0.16 0.39
Hex 73 54 73 0 1B 0 37 12C 10 27
Octal 163 124 163 0 33 0 67 454 20 47
Binary 1110011 1010100 1110011 0 11011 0 110111 100101100 10000 100111

Color Harmonies of #735473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735473

Black with #735473

Text Example


Text Example

White with #735473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735473; }

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

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

background-color css

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

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

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

border-color css

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

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

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