#715C85

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

Shades of Affair #715C85

Tints of Affair #715C85

Color information

#715C85 (or 0x715C85) is unknown color: approx Affair. HEX triplet: 71, 5C and 85. RGB value is (113,92,133). Sum of RGB (Red+Green+Blue) = 113+92+133=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #715C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715C85 is #8EA37A. Grayscale: #666666. Windows color (decimal): -9347963 or 8739953. OLE color: 8739953.

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

Color convert

RGB11392133-
CMYK0.150.3100.48
HSL270.73º18.22%44.12%-
HSV(B)270.73º30.83%52.16%-
XYZ14.8712.8623.89-
YUV102.95144.96135.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=33.43%
G=27.22%
B=39.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113921330.150.3100.48270.7318.2244.12
Hex715C85F1F03010f122c
Octal16113420517370604172254
Binary1110001101110010000101111111111011000010000111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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