#715387

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

Shades of Affair #715387

Tints of Affair #715387

Color information

#715387 (or 0x715387) is unknown color: approx Affair. HEX triplet: 71, 53 and 87. RGB value is (113,83,135). Sum of RGB (Red+Green+Blue) = 113+83+135=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #715387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715387 is #8EAC78. Grayscale: #616161. Windows color (decimal): -9350265 or 8868721. OLE color: 8868721.

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

Color convert

RGB11383135-
CMYK0.160.3900.47
HSL274.62º23.85%42.75%-
HSV(B)274.62º38.52%52.94%-
XYZ14.2811.4524.38-
YUV97.9148.94138.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=34.14%
G=25.08%
B=40.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113831350.160.3900.47274.6223.8542.75
Hex715387102702F113182b
Octal16112320720470574233053
Binary111000110100111000011110000100111010111110001001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715387; }

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

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

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

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

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

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

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

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