Html Css Color HEX #706570 Old Lavender

📋 copy color: '#706570'

red 112 ◦ green 101 ◦ blue 112

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

Shades of Old Lavender #706570

Tints of Old Lavender #706570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

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

R = 34.46%
G = 31.08%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706570 (or 0x706570) is known color: Old Lavender. HEX triplet: 70, 65 and 70. RGB value is (112,101,112). Sum of RGB (Red+Green+Blue) = 112+101+112=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706570 is #8F9A8F. Grayscale: #696969. Windows color (decimal): -9411216 or 7366000. OLE color: 7366000.

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

Color convert

RGB 112 101 112 -
CMYK 0 0.10 0 0.56
HSL 300º 0.05% 0.42% -
HSV(B) 300º 0.1% 0.44% -
XYZ 14.26 13.92 17.26 -
YUV 105.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 112 101 112 0 0.10 0 0.56 300 0.05 0.42
Hex 70 65 70 0 A 0 38 12C 5 2A
Octal 160 145 160 0 12 0 70 454 5 52
Binary 1110000 1100101 1110000 0 1010 0 111000 100101100 101 101010

Color Harmonies of #706570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706570

Black with #706570

Text Example


Text Example

White with #706570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706570; }

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

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

background-color css

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

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

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

border-color css

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

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

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