#714884

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

Shades of Affair #714884

Tints of Affair #714884

Color information

#714884 (or 0x714884) is unknown color: approx Affair. HEX triplet: 71, 48 and 84. RGB value is (113,72,132). Sum of RGB (Red+Green+Blue) = 113+72+132=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #714884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714884 is #8EB77B. Grayscale: #5A5A5A. Windows color (decimal): -9353084 or 8669297. OLE color: 8669297.

HSL color Cylindrical-coordinate representation of color #714884: hue angle of 281º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #714884 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11372132-
CMYK0.140.4500.48
HSL281º29.41%40%-
HSV(B)281º45.45%51.76%-
XYZ13.299.8123.02-
YUV91.1151.08143.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=35.65%
G=22.71%
B=41.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113721320.140.4500.4828129.4140
Hex714884E2D0301191d28
Octal16111020416550604313550
Binary11100011001000100001001110101101011000010001100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714884; }

 p { color: rgb(113,72,132); }

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

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

 a { background-color: rgb(113,72,132); }

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

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

 span { border-color: rgb(113,72,132); }

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