#715781

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

Shades of Affair #715781

Tints of Affair #715781

Color information

#715781 (or 0x715781) is unknown color: approx Affair. HEX triplet: 71, 57 and 81. RGB value is (113,87,129). Sum of RGB (Red+Green+Blue) = 113+87+129=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 129 - color contains mainly: blue. Hex color #715781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715781 is #8EA87E. Grayscale: #636363. Windows color (decimal): -9349247 or 8476529. OLE color: 8476529.

HSL color Cylindrical-coordinate representation of color #715781: hue angle of 277.14º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #715781 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11387129-
CMYK0.120.3300.49
HSL277.14º19.44%42.35%-
HSV(B)277.14º32.56%50.59%-
XYZ14.1811.9122.32-
YUV99.56144.61137.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=34.35%
G=26.44%
B=39.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113871290.120.3300.49277.1419.4442.35
Hex715781C21031115132a
Octal16112720114410614252352
Binary11100011010111100000011100100001011000110001010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715781; }

 p { color: rgb(113,87,129); }

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

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

 a { background-color: rgb(113,87,129); }

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

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

 span { border-color: rgb(113,87,129); }

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