#715B85

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

Shades of Affair #715B85

Tints of Affair #715B85

Color information

#715B85 (or 0x715B85) is unknown color: approx Affair. HEX triplet: 71, 5B and 85. RGB value is (113,91,133). Sum of RGB (Red+Green+Blue) = 113+91+133=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #715B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715B85 is #8EA47A. Grayscale: #666666. Windows color (decimal): -9348219 or 8739697. OLE color: 8739697.

HSL color Cylindrical-coordinate representation of color #715B85: hue angle of 271.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #715B85 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11391133-
CMYK0.150.3200.48
HSL271.43º18.75%43.92%-
HSV(B)271.43º31.58%52.16%-
XYZ14.7812.6923.86-
YUV102.37145.29135.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=33.53%
G=27.00%
B=39.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113911330.150.3200.48271.4318.7543.92
Hex715B85F2003010f132c
Octal16113320517400604172354
Binary11100011011011100001011111100000011000010000111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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