#715887

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

Shades of Affair #715887

Tints of Affair #715887

Color information

#715887 (or 0x715887) is unknown color: approx Affair. HEX triplet: 71, 58 and 87. RGB value is (113,88,135). Sum of RGB (Red+Green+Blue) = 113+88+135=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #715887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715887 is #8EA778. Grayscale: #646464. Windows color (decimal): -9348985 or 8870001. OLE color: 8870001.

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

Color convert

RGB11388135-
CMYK0.160.3500.47
HSL271.91º21.08%43.73%-
HSV(B)271.91º34.81%52.94%-
XYZ14.6712.2424.51-
YUV100.83147.28136.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=33.63%
G=26.19%
B=40.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113881350.160.3500.47271.9121.0843.73
Hex715887102302F110152c
Octal16113020720430574202554
Binary111000110110001000011110000100011010111110001000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715887; }

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

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

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

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

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

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

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

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