#714D86

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

Shades of Affair #714D86

Tints of Affair #714D86

Color information

#714D86 (or 0x714D86) is unknown color: approx Affair. HEX triplet: 71, 4D and 86. RGB value is (113,77,134). Sum of RGB (Red+Green+Blue) = 113+77+134=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: blue. Hex color #714D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714D86 is #8EB279. Grayscale: #5E5E5E. Windows color (decimal): -9351802 or 8801649. OLE color: 8801649.

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

Color convert

RGB11377134-
CMYK0.160.4300.47
HSL277.89º27.01%41.37%-
HSV(B)277.89º42.54%52.55%-
XYZ13.7710.5423.86-
YUV94.26150.43141.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=34.88%
G=23.77%
B=41.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113771340.160.4300.47277.8927.0141.37
Hex714D86102B02F1161b29
Octal16111520620530574263351
Binary111000110011011000011010000101011010111110001011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714D86; }

 p { color: rgb(113,77,134); }

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

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

 a { background-color: rgb(113,77,134); }

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

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

 span { border-color: rgb(113,77,134); }

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