#715C82

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

Shades of Affair #715C82

Tints of Affair #715C82

Color information

#715C82 (or 0x715C82) is unknown color: approx Affair. HEX triplet: 71, 5C and 82. RGB value is (113,92,130). Sum of RGB (Red+Green+Blue) = 113+92+130=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #715C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715C82 is #8EA37D. Grayscale: #666666. Windows color (decimal): -9347966 or 8543345. OLE color: 8543345.

HSL color Cylindrical-coordinate representation of color #715C82: hue angle of 273.16º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715C82 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11392130-
CMYK0.130.2900.49
HSL273.16º17.12%43.53%-
HSV(B)273.16º29.23%50.98%-
XYZ14.6712.7822.81-
YUV102.61143.46135.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=33.73%
G=27.46%
B=38.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113921300.130.2900.49273.1617.1243.53
Hex715C82D1D031111112c
Octal16113420215350614212154
Binary1110001101110010000010110111101011000110001000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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