Html Css Color HEX #706071 Old Lavender

📋 copy color: '#706071'

red 112 ◦ green 96 ◦ blue 113

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

Shades of Old Lavender #706071

Tints of Old Lavender #706071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

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

R = 34.89%
G = 29.91%
B = 35.2%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706071 (or 0x706071) is known color: Old Lavender. HEX triplet: 70, 60 and 71. RGB value is (112,96,113). Sum of RGB (Red+Green+Blue) = 112+96+113=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 113 - color contains mainly: blue. Hex color #706071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706071 is #8F9F8E. Grayscale: #666666. Windows color (decimal): -9412495 or 7430256. OLE color: 7430256.

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

Color convert

RGB 112 96 113 -
CMYK 0.01 0.15 0 0.56
HSL 296.47º 0.08% 0.41% -
HSV(B) 296.47º 0.15% 0.44% -
XYZ 13.85 13 17.4 -
YUV 102.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 112 96 113 0.01 0.15 0 0.56 296.47 0.08 0.41
Hex 70 60 71 1 F 0 38 128 8 29
Octal 160 140 161 1 17 0 70 450 10 51
Binary 1110000 1100000 1110001 1 1111 0 111000 100101000 1000 101001

Color Harmonies of #706071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706071

Black with #706071

Text Example


Text Example

White with #706071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706071; }

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

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

background-color css

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

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

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

border-color css

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

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

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