#714589

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

Shades of Affair #714589

Tints of Affair #714589

Color information

#714589 (or 0x714589) is unknown color: approx Affair. HEX triplet: 71, 45 and 89. RGB value is (113,69,137). Sum of RGB (Red+Green+Blue) = 113+69+137=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #714589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714589 is #8EBA76. Grayscale: #595959. Windows color (decimal): -9353847 or 8996209. OLE color: 8996209.

HSL color Cylindrical-coordinate representation of color #714589: hue angle of 278.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714589 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11369137-
CMYK0.180.5000.46
HSL278.82º33.01%40.39%-
HSV(B)278.82º49.64%53.73%-
XYZ13.459.5724.81-
YUV89.91154.58144.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=35.42%
G=21.63%
B=42.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113691370.180.5000.46278.8233.0140.39
Hex714589123202E1172128
Octal16110521122620564274150
Binary1110001100010110001001100101100100101110100010111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714589; }

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

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

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

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

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

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

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

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