Html Css Color HEX #705771 Old Lavender

📋 copy color: '#705771'

red 112 ◦ green 87 ◦ blue 113

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

Shades of Old Lavender #705771

Tints of Old Lavender #705771

RGB

 RED value IS 112 (44.14% from 255) = 35.9%

 GREEN value IS 87 (34.38% from 255) = 27.88%

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

R = 35.9%
G = 27.88%
B = 36.22%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705771 (or 0x705771) is known color: Old Lavender. HEX triplet: 70, 57 and 71. RGB value is (112,87,113). Sum of RGB (Red+Green+Blue) = 112+87+113=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 113 - color contains mainly: blue. Hex color #705771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705771 is #8FA88E. Grayscale: #616161. Windows color (decimal): -9414799 or 7427952. OLE color: 7427952.

HSL color Cylindrical-coordinate representation of color #705771: hue angle of 297.69º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #705771 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 87 113 -
CMYK 0.01 0.23 0 0.56
HSL 297.69º 0.13% 0.39% -
HSV(B) 297.69º 0.23% 0.44% -
XYZ 13.07 11.45 17.14 -
YUV 97.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 112 87 113 0.01 0.23 0 0.56 297.69 0.13 0.39
Hex 70 57 71 1 17 0 38 12A D 27
Octal 160 127 161 1 27 0 70 452 15 47
Binary 1110000 1010111 1110001 1 10111 0 111000 100101010 1101 100111

Color Harmonies of #705771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705771

Black with #705771

Text Example


Text Example

White with #705771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705771; }

 p { color: rgb(112,87,113); }

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

background-color css

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

 a { background-color: rgb(112,87,113); }

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

border-color css

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

 span { border-color: rgb(112,87,113); }

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