Html Css Color HEX #735973 Old Lavender

📋 copy color: '#735973'

red 115 ◦ green 89 ◦ blue 115

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

Shades of Old Lavender #735973

Tints of Old Lavender #735973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

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

R = 36.05%
G = 27.9%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#735973 (or 0x735973) is known color: Old Lavender. HEX triplet: 73, 59 and 73. RGB value is (115,89,115). Sum of RGB (Red+Green+Blue) = 115+89+115=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735973 is #8CA68C. Grayscale: #636363. Windows color (decimal): -9217677 or 7559539. OLE color: 7559539.

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

Color convert

RGB 115 89 115 -
CMYK 0 0.23 0 0.55
HSL 300º 0.13% 0.4% -
HSV(B) 300º 0.23% 0.45% -
XYZ 13.74 12.03 17.82 -
YUV 99.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 115 89 115 0 0.23 0 0.55 300 0.13 0.4
Hex 73 59 73 0 17 0 37 12C D 28
Octal 163 131 163 0 27 0 67 454 15 50
Binary 1110011 1011001 1110011 0 10111 0 110111 100101100 1101 101000

Color Harmonies of #735973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735973

Black with #735973

Text Example


Text Example

White with #735973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735973; }

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

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

background-color css

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

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

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

border-color css

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

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

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