Html Css Color HEX #716871 Old Lavender

📋 copy color: '#716871'

red 113 ◦ green 104 ◦ blue 113

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

Shades of Old Lavender #716871

Tints of Old Lavender #716871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

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

R = 34.24%
G = 31.52%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#716871 (or 0x716871) is known color: Old Lavender. HEX triplet: 71, 68 and 71. RGB value is (113,104,113). Sum of RGB (Red+Green+Blue) = 113+104+113=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #716871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716871 is #8E978E. Grayscale: #6B6B6B. Windows color (decimal): -9344911 or 7432305. OLE color: 7432305.

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

Color convert

RGB 113 104 113 -
CMYK 0 0.08 0 0.56
HSL 300º 0.04% 0.43% -
HSV(B) 300º 0.08% 0.44% -
XYZ 14.74 14.6 17.66 -
YUV 107.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 113 104 113 0 0.08 0 0.56 300 0.04 0.43
Hex 71 68 71 0 8 0 38 12C 4 2B
Octal 161 150 161 0 10 0 70 454 4 53
Binary 1110001 1101000 1110001 0 1000 0 111000 100101100 100 101011

Color Harmonies of #716871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716871

Black with #716871

Text Example


Text Example

White with #716871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716871; }

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

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

background-color css

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

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

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

border-color css

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

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

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