Html Css Color HEX #706270 Old Lavender

📋 copy color: '#706270'

red 112 ◦ green 98 ◦ blue 112

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

Shades of Old Lavender #706270

Tints of Old Lavender #706270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.43%

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 34.78%
G = 30.43%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706270 (or 0x706270) is known color: Old Lavender. HEX triplet: 70, 62 and 70. RGB value is (112,98,112). Sum of RGB (Red+Green+Blue) = 112+98+112=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706270 is #8F9D8F. Grayscale: #676767. Windows color (decimal): -9411984 or 7365232. OLE color: 7365232.

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

Color convert

RGB 112 98 112 -
CMYK 0 0.13 0 0.56
HSL 300º 0.07% 0.41% -
HSV(B) 300º 0.13% 0.44% -
XYZ 13.97 13.35 17.17 -
YUV 103.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 112 98 112 0 0.13 0 0.56 300 0.07 0.41
Hex 70 62 70 0 D 0 38 12C 7 29
Octal 160 142 160 0 15 0 70 454 7 51
Binary 1110000 1100010 1110000 0 1101 0 111000 100101100 111 101001

Color Harmonies of #706270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706270

Black with #706270

Text Example


Text Example

White with #706270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706270; }

 p { color: rgb(112,98,112); }

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

background-color css

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

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

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

border-color css

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

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

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