Html Css Color HEX #735A73 Old Lavender

📋 copy color: '#735A73'

red 115 ◦ green 90 ◦ blue 115

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

Shades of Old Lavender #735A73

Tints of Old Lavender #735A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.13%

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

R = 35.94%
G = 28.13%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#735A73 (or 0x735A73) is known color: Old Lavender. HEX triplet: 73, 5A and 73. RGB value is (115,90,115). Sum of RGB (Red+Green+Blue) = 115+90+115=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A73 is #8CA58C. Grayscale: #646464. Windows color (decimal): -9217421 or 7559795. OLE color: 7559795.

HSL color Cylindrical-coordinate representation of color #735A73: hue angle of 300º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #735A73 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 90 115 -
CMYK 0 0.22 0 0.55
HSL 300º 0.12% 0.4% -
HSV(B) 300º 0.22% 0.45% -
XYZ 13.82 12.19 17.85 -
YUV 100.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 115 90 115 0 0.22 0 0.55 300 0.12 0.4
Hex 73 5A 73 0 16 0 37 12C C 28
Octal 163 132 163 0 26 0 67 454 14 50
Binary 1110011 1011010 1110011 0 10110 0 110111 100101100 1100 101000

Color Harmonies of #735A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735A73

Black with #735A73

Text Example


Text Example

White with #735A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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