#714989

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

Shades of Affair #714989

Tints of Affair #714989

Color information

#714989 (or 0x714989) is unknown color: approx Affair. HEX triplet: 71, 49 and 89. RGB value is (113,73,137). Sum of RGB (Red+Green+Blue) = 113+73+137=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #714989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714989 is #8EB676. Grayscale: #5C5C5C. Windows color (decimal): -9352823 or 8997233. OLE color: 8997233.

HSL color Cylindrical-coordinate representation of color #714989: hue angle of 277.5º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #714989 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11373137-
CMYK0.180.4700.46
HSL277.5º30.48%41.18%-
HSV(B)277.5º46.72%53.73%-
XYZ13.7110.0824.89-
YUV92.26153.25142.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=34.98%
G=22.60%
B=42.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113731370.180.4700.46277.530.4841.18
Hex714989122F02E1161e29
Octal16111121122570564263651
Binary111000110010011000100110010101111010111010001011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714989; }

 p { color: rgb(113,73,137); }

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

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

 a { background-color: rgb(113,73,137); }

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

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

 span { border-color: rgb(113,73,137); }

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