Html Css Color HEX #716571 Old Lavender

📋 copy color: '#716571'

red 113 ◦ green 101 ◦ blue 113

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

Shades of Old Lavender #716571

Tints of Old Lavender #716571

RGB

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

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

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

R = 34.56%
G = 30.89%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#716571 (or 0x716571) is known color: Old Lavender. HEX triplet: 71, 65 and 71. RGB value is (113,101,113). Sum of RGB (Red+Green+Blue) = 113+101+113=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #716571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716571 is #8E9A8E. Grayscale: #696969. Windows color (decimal): -9345679 or 7431537. OLE color: 7431537.

HSL color Cylindrical-coordinate representation of color #716571: hue angle of 300º 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 #716571 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 113 -
CMYK 0 0.11 0 0.56
HSL 300º 0.06% 0.42% -
HSV(B) 300º 0.11% 0.44% -
XYZ 14.44 14.01 17.57 -
YUV 105.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 113 101 113 0 0.11 0 0.56 300 0.06 0.42
Hex 71 65 71 0 B 0 38 12C 6 2A
Octal 161 145 161 0 13 0 70 454 6 52
Binary 1110001 1100101 1110001 0 1011 0 111000 100101100 110 101010

Color Harmonies of #716571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716571

Black with #716571

Text Example


Text Example

White with #716571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716571; }

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

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

background-color css

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

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

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

border-color css

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

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

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