Html Css Color HEX #735073 Trendy Pink

📋 copy color: '#735073'

red 115 ◦ green 80 ◦ blue 115

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

Shades of Trendy Pink #735073

Tints of Trendy Pink #735073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

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

R = 37.1%
G = 25.81%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#735073 (or 0x735073) is known color: Trendy Pink. HEX triplet: 73, 50 and 73. RGB value is (115,80,115). Sum of RGB (Red+Green+Blue) = 115+80+115=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735073 is #8CAF8C. Grayscale: #5E5E5E. Windows color (decimal): -9219981 or 7557235. OLE color: 7557235.

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

Color convert

RGB 115 80 115 -
CMYK 0 0.30 0 0.55
HSL 300º 0.18% 0.38% -
HSV(B) 300º 0.3% 0.45% -
XYZ 13.03 10.62 17.58 -
YUV 94.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 115 80 115 0 0.30 0 0.55 300 0.18 0.38
Hex 73 50 73 0 1E 0 37 12C 12 26
Octal 163 120 163 0 36 0 67 454 22 46
Binary 1110011 1010000 1110011 0 11110 0 110111 100101100 10010 100110

Color Harmonies of #735073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735073

Black with #735073

Text Example


Text Example

White with #735073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735073; }

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

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

background-color css

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

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

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

border-color css

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

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

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