#714983

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

Shades of Affair #714983

Tints of Affair #714983

Color information

#714983 (or 0x714983) is unknown color: approx Affair. HEX triplet: 71, 49 and 83. RGB value is (113,73,131). Sum of RGB (Red+Green+Blue) = 113+73+131=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #714983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714983 is #8EB67C. Grayscale: #5B5B5B. Windows color (decimal): -9352829 or 8604017. OLE color: 8604017.

HSL color Cylindrical-coordinate representation of color #714983: hue angle of 281.38º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #714983 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11373131-
CMYK0.140.4400.49
HSL281.38º28.43%40%-
HSV(B)281.38º44.27%51.37%-
XYZ13.299.9122.69-
YUV91.57150.25143.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=35.65%
G=23.03%
B=41.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113731310.140.4400.49281.3828.4340
Hex714983E2C0311191c28
Octal16111120316540614313450
Binary11100011001001100000111110101100011000110001100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714983; }

 p { color: rgb(113,73,131); }

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

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

 a { background-color: rgb(113,73,131); }

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

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

 span { border-color: rgb(113,73,131); }

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