Html Css Color HEX #716570 Old Lavender

📋 copy color: '#716570'

red 113 ◦ green 101 ◦ blue 112

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

Shades of Old Lavender #716570

Tints of Old Lavender #716570

RGB

 RED value IS 113 (44.53% from 255) = 34.66%

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

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

R = 34.66%
G = 30.98%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#716570 (or 0x716570) is known color: Old Lavender. HEX triplet: 71, 65 and 70. RGB value is (113,101,112). Sum of RGB (Red+Green+Blue) = 113+101+112=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #716570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716570 is #8E9A8F. Grayscale: #696969. Windows color (decimal): -9345680 or 7366001. OLE color: 7366001.

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

Color convert

RGB 113 101 112 -
CMYK 0 0.11 0.01 0.56
HSL 305º 0.06% 0.42% -
HSV(B) 305º 0.11% 0.44% -
XYZ 14.39 13.99 17.27 -
YUV 105.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 113 101 112 0 0.11 0.01 0.56 305 0.06 0.42
Hex 71 65 70 0 B 1 38 131 6 2A
Octal 161 145 160 0 13 1 70 461 6 52
Binary 1110001 1100101 1110000 0 1011 1 111000 100110001 110 101010

Color Harmonies of #716570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716570

Black with #716570

Text Example


Text Example

White with #716570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716570; }

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

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

background-color css

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

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

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

border-color css

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

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

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