Html Css Color HEX #735C71 Old Lavender

📋 copy color: '#735C71'

red 115 ◦ green 92 ◦ blue 113

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

Shades of Old Lavender #735C71

Tints of Old Lavender #735C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.75%

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 35.94%
G = 28.75%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#735C71 (or 0x735C71) is known color: Old Lavender. HEX triplet: 73, 5C and 71. RGB value is (115,92,113). Sum of RGB (Red+Green+Blue) = 115+92+113=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #735C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C71 is #8CA38E. Grayscale: #656565. Windows color (decimal): -9216911 or 7429235. OLE color: 7429235.

HSL color Cylindrical-coordinate representation of color #735C71: hue angle of 305.22º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #735C71 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 92 113 -
CMYK 0 0.20 0.02 0.55
HSL 305.22º 0.11% 0.41% -
HSV(B) 305.22º 0.2% 0.45% -
XYZ 13.88 12.49 17.3 -
YUV 101.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 115 92 113 0 0.20 0.02 0.55 305.22 0.11 0.41
Hex 73 5C 71 0 14 2 37 131 B 29
Octal 163 134 161 0 24 2 67 461 13 51
Binary 1110011 1011100 1110001 0 10100 10 110111 100110001 1011 101001

Color Harmonies of #735C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735C71

Black with #735C71

Text Example


Text Example

White with #735C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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