Html Css Color HEX #716371 Old Lavender

📋 copy color: '#716371'

red 113 ◦ green 99 ◦ blue 113

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

Shades of Old Lavender #716371

Tints of Old Lavender #716371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

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

R = 34.77%
G = 30.46%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#716371 (or 0x716371) is known color: Old Lavender. HEX triplet: 71, 63 and 71. RGB value is (113,99,113). Sum of RGB (Red+Green+Blue) = 113+99+113=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #716371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716371 is #8E9C8E. Grayscale: #686868. Windows color (decimal): -9346191 or 7431025. OLE color: 7431025.

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

Color convert

RGB 113 99 113 -
CMYK 0 0.12 0 0.56
HSL 300º 0.07% 0.42% -
HSV(B) 300º 0.12% 0.44% -
XYZ 14.25 13.63 17.5 -
YUV 104.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 113 99 113 0 0.12 0 0.56 300 0.07 0.42
Hex 71 63 71 0 C 0 38 12C 7 2A
Octal 161 143 161 0 14 0 70 454 7 52
Binary 1110001 1100011 1110001 0 1100 0 111000 100101100 111 101010

Color Harmonies of #716371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716371

Black with #716371

Text Example


Text Example

White with #716371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716371; }

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

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

background-color css

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

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

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

border-color css

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

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

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