#713D8D

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

Shades of Affair #713D8D

Tints of Affair #713D8D

Color information

#713D8D (or 0x713D8D) is unknown color: approx Affair. HEX triplet: 71, 3D and 8D. RGB value is (113,61,141). Sum of RGB (Red+Green+Blue) = 113+61+141=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #713D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713D8D is #8EC272. Grayscale: #555555. Windows color (decimal): -9355891 or 9256305. OLE color: 9256305.

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

Color convert

RGB11361141-
CMYK0.200.5700.45
HSL279º39.6%39.61%-
HSV(B)279º56.74%55.29%-
XYZ13.298.7726.19-
YUV85.67159.23147.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 61 (24.22% from 255) = 19.37%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=35.87%
G=19.37%
B=44.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113611410.200.5700.4527939.639.61
Hex713D8D143902D1172828
Octal1617521524710554275050
Binary111000111110110001101101001110010101101100010111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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