Html Css Color HEX #715A71 Old Lavender

📋 copy color: '#715A71'

red 113 ◦ green 90 ◦ blue 113

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

Shades of Old Lavender #715A71

Tints of Old Lavender #715A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

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

R = 35.76%
G = 28.48%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#715A71 (or 0x715A71) is known color: Old Lavender. HEX triplet: 71, 5A and 71. RGB value is (113,90,113). Sum of RGB (Red+Green+Blue) = 113+90+113=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A71 is #8EA58E. Grayscale: #636363. Windows color (decimal): -9348495 or 7428721. OLE color: 7428721.

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

Color convert

RGB 113 90 113 -
CMYK 0 0.20 0 0.56
HSL 300º 0.11% 0.4% -
HSV(B) 300º 0.2% 0.44% -
XYZ 13.45 12.02 17.23 -
YUV 99.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 113 90 113 0 0.20 0 0.56 300 0.11 0.4
Hex 71 5A 71 0 14 0 38 12C B 28
Octal 161 132 161 0 24 0 70 454 13 50
Binary 1110001 1011010 1110001 0 10100 0 111000 100101100 1011 101000

Color Harmonies of #715A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A71

Black with #715A71

Text Example


Text Example

White with #715A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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