#715984

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

Shades of Affair #715984

Tints of Affair #715984

Color information

#715984 (or 0x715984) is unknown color: approx Affair. HEX triplet: 71, 59 and 84. RGB value is (113,89,132). Sum of RGB (Red+Green+Blue) = 113+89+132=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #715984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715984 is #8EA67B. Grayscale: #646464. Windows color (decimal): -9348732 or 8673649. OLE color: 8673649.

HSL color Cylindrical-coordinate representation of color #715984: hue angle of 273.49º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #715984 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11389132-
CMYK0.140.3300.48
HSL273.49º19.46%43.33%-
HSV(B)273.49º32.58%51.76%-
XYZ14.5512.3223.44-
YUV101.08145.45136.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=33.83%
G=26.65%
B=39.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113891320.140.3300.48273.4919.4643.33
Hex715984E21030111132b
Octal16113120416410604212353
Binary11100011011001100001001110100001011000010001000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715984; }

 p { color: rgb(113,89,132); }

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

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

 a { background-color: rgb(113,89,132); }

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

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

 span { border-color: rgb(113,89,132); }

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