#714890

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

Shades of Affair #714890

Tints of Affair #714890

Color information

#714890 (or 0x714890) is unknown color: approx Affair. HEX triplet: 71, 48 and 90. RGB value is (113,72,144). Sum of RGB (Red+Green+Blue) = 113+72+144=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #714890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714890 is #8EB76F. Grayscale: #5C5C5C. Windows color (decimal): -9353072 or 9455729. OLE color: 9455729.

HSL color Cylindrical-coordinate representation of color #714890: hue angle of 274.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714890 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11372144-
CMYK0.220.5000.44
HSL274.17º33.33%42.35%-
HSV(B)274.17º50%56.47%-
XYZ14.1610.1627.6-
YUV92.47157.08142.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=34.35%
G=21.88%
B=43.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113721440.220.5000.44274.1733.3342.35
Hex714890163202C112212a
Octal16111022026620544224152
Binary1110001100100010010000101101100100101100100010010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714890; }

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

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

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

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

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

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

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

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