#713D8E

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

Shades of Affair #713D8E

Tints of Affair #713D8E

Color information

#713D8E (or 0x713D8E) is unknown color: approx Affair. HEX triplet: 71, 3D and 8E. RGB value is (113,61,142). Sum of RGB (Red+Green+Blue) = 113+61+142=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #713D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713D8E is #8EC271. Grayscale: #555555. Windows color (decimal): -9355890 or 9321841. OLE color: 9321841.

HSL color Cylindrical-coordinate representation of color #713D8E: hue angle of 278.52º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713D8E is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11361142-
CMYK0.200.5700.44
HSL278.52º39.9%39.8%-
HSV(B)278.52º57.04%55.69%-
XYZ13.368.826.59-
YUV85.78159.73147.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 61 (24.22% from 255) = 19.30%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=35.76%
G=19.30%
B=44.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113611420.200.5700.44278.5239.939.8
Hex713D8E143902C1172828
Octal1617521624710544275050
Binary111000111110110001110101001110010101100100010111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713D8E; }

 p { color: rgb(113,61,142); }

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

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

 a { background-color: rgb(113,61,142); }

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

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

 span { border-color: rgb(113,61,142); }

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