#715685

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

Shades of Affair #715685

Tints of Affair #715685

Color information

#715685 (or 0x715685) is unknown color: approx Affair. HEX triplet: 71, 56 and 85. RGB value is (113,86,133). Sum of RGB (Red+Green+Blue) = 113+86+133=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #715685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715685 is #8EA97A. Grayscale: #636363. Windows color (decimal): -9349499 or 8738417. OLE color: 8738417.

HSL color Cylindrical-coordinate representation of color #715685: hue angle of 274.47º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #715685 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11386133-
CMYK0.150.3500.48
HSL274.47º21.46%42.94%-
HSV(B)274.47º35.34%52.16%-
XYZ14.3711.8623.72-
YUV99.43146.95137.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=34.04%
G=25.90%
B=40.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113861330.150.3500.48274.4721.4642.94
Hex715685F23030112152b
Octal16112620517430604222553
Binary11100011010110100001011111100011011000010001001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715685; }

 p { color: rgb(113,86,133); }

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

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

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

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

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

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

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