#715B7D

Color #715B7D Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #715B7D

Tints of Affair #715B7D

Color information

#715B7D (or 0x715B7D) is unknown color: approx Affair. HEX triplet: 71, 5B and 7D. RGB value is (113,91,125). Sum of RGB (Red+Green+Blue) = 113+91+125=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #715B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B7D is #8EA482. Grayscale: #656565. Windows color (decimal): -9348227 or 8215409. OLE color: 8215409.

HSL color Cylindrical-coordinate representation of color #715B7D: hue angle of 278.82º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715B7D is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11391125-
CMYK0.100.2700.51
HSL278.82º15.74%42.35%-
HSV(B)278.82º27.2%49.02%-
XYZ14.2512.4721.06-
YUV101.45141.29136.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=34.35%
G=27.66%
B=37.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113911250.100.2700.51278.8215.7442.35
Hex715B7DA1B033117102a
Octal16113317512330634272052
Binary111000110110111111101101011011011001110001011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,91,125); }

 H1.HeaderClassName
 {
   color: #715B7D;
 }
 .AnyTagClassName
 {
   color: #715B7D;
 }
</style>
background-color css

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

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

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

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

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

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