Html Css Color HEX #706371 Old Lavender

📋 copy color: '#706371'

red 112 ◦ green 99 ◦ blue 113

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

Shades of Old Lavender #706371

Tints of Old Lavender #706371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

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

R = 34.57%
G = 30.56%
B = 34.88%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706371 (or 0x706371) is known color: Old Lavender. HEX triplet: 70, 63 and 71. RGB value is (112,99,113). Sum of RGB (Red+Green+Blue) = 112+99+113=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 113 - color contains mainly: blue. Hex color #706371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706371 is #8F9C8E. Grayscale: #686868. Windows color (decimal): -9411727 or 7431024. OLE color: 7431024.

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

Color convert

RGB 112 99 113 -
CMYK 0.01 0.12 0 0.56
HSL 295.71º 0.07% 0.42% -
HSV(B) 295.71º 0.12% 0.44% -
XYZ 14.12 13.56 17.5 -
YUV 104.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 112 99 113 0.01 0.12 0 0.56 295.71 0.07 0.42
Hex 70 63 71 1 C 0 38 128 7 2A
Octal 160 143 161 1 14 0 70 450 7 52
Binary 1110000 1100011 1110001 1 1100 0 111000 100101000 111 101010

Color Harmonies of #706371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706371

Black with #706371

Text Example


Text Example

White with #706371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706371; }

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

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

background-color css

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

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

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

border-color css

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

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

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