#715A87

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

Shades of Affair #715A87

Tints of Affair #715A87

Color information

#715A87 (or 0x715A87) is unknown color: approx Affair. HEX triplet: 71, 5A and 87. RGB value is (113,90,135). Sum of RGB (Red+Green+Blue) = 113+90+135=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #715A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715A87 is #8EA578. Grayscale: #656565. Windows color (decimal): -9348473 or 8870513. OLE color: 8870513.

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

Color convert

RGB11390135-
CMYK0.160.3300.47
HSL270.67º20%44.12%-
HSV(B)270.67º33.33%52.94%-
XYZ14.8412.5724.57-
YUV102.01146.62135.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=33.43%
G=26.63%
B=39.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113901350.160.3300.47270.672044.12
Hex715A87102102F10f142c
Octal16113220720410574172454
Binary111000110110101000011110000100001010111110000111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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