#715987

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

Shades of Affair #715987

Tints of Affair #715987

Color information

#715987 (or 0x715987) is unknown color: approx Affair. HEX triplet: 71, 59 and 87. RGB value is (113,89,135). Sum of RGB (Red+Green+Blue) = 113+89+135=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #715987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715987 is #8EA678. Grayscale: #656565. Windows color (decimal): -9348729 or 8870257. OLE color: 8870257.

HSL color Cylindrical-coordinate representation of color #715987: hue angle of 271.3º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #715987 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11389135-
CMYK0.160.3400.47
HSL271.3º20.54%43.92%-
HSV(B)271.3º34.07%52.94%-
XYZ14.7612.424.54-
YUV101.42146.95136.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=33.53%
G=26.41%
B=40.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113891350.160.3400.47271.320.5443.92
Hex715987102202F10f152c
Octal16113120720420574172554
Binary111000110110011000011110000100010010111110000111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715987; }

 p { color: rgb(113,89,135); }

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

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

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

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

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

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

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