#714683

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

Shades of Affair #714683

Tints of Affair #714683

Color information

#714683 (or 0x714683) is unknown color: approx Affair. HEX triplet: 71, 46 and 83. RGB value is (113,70,131). Sum of RGB (Red+Green+Blue) = 113+70+131=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #714683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714683 is #8EB97C. Grayscale: #595959. Windows color (decimal): -9353597 or 8603249. OLE color: 8603249.

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

Color convert

RGB11370131-
CMYK0.140.4700.49
HSL282.3º30.35%39.41%-
HSV(B)282.3º46.56%51.37%-
XYZ13.19.5322.62-
YUV89.81151.25144.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=35.99%
G=22.29%
B=41.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113701310.140.4700.49282.330.3539.41
Hex714683E2F03111a1e27
Octal16110620316570614323647
Binary11100011000110100000111110101111011000110001101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714683; }

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

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

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

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

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

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

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

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