#714389

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

Shades of Affair #714389

Tints of Affair #714389

Color information

#714389 (or 0x714389) is unknown color: approx Affair. HEX triplet: 71, 43 and 89. RGB value is (113,67,137). Sum of RGB (Red+Green+Blue) = 113+67+137=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #714389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714389 is #8EBC76. Grayscale: #585858. Windows color (decimal): -9354359 or 8995697. OLE color: 8995697.

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

Color convert

RGB11367137-
CMYK0.180.5100.46
HSL279.43º34.31%40%-
HSV(B)279.43º51.09%53.73%-
XYZ13.339.3324.77-
YUV88.73155.24145.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 67 (26.56% from 255) = 21.14%
BLUE value IS 137 (53.91% from 255) = 43.22%
R=35.65%
G=21.14%
B=43.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113671370.180.5100.46279.4334.3140
Hex714389123302E1172228
Octal16110321122630564274250
Binary1110001100001110001001100101100110101110100010111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714389; }

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

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

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

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

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

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

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

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