#714889

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

Shades of Affair #714889

Tints of Affair #714889

Color information

#714889 (or 0x714889) is unknown color: approx Affair. HEX triplet: 71, 48 and 89. RGB value is (113,72,137). Sum of RGB (Red+Green+Blue) = 113+72+137=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #714889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714889 is #8EB776. Grayscale: #5B5B5B. Windows color (decimal): -9353079 or 8996977. OLE color: 8996977.

HSL color Cylindrical-coordinate representation of color #714889: hue angle of 277.85º degrees, saturation: 0.31, 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 #714889 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11372137-
CMYK0.180.4700.46
HSL277.85º31.1%40.98%-
HSV(B)277.85º47.45%53.73%-
XYZ13.649.9524.87-
YUV91.67153.58143.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 137 (53.91% from 255) = 42.55%
R=35.09%
G=22.36%
B=42.55%

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
Decimal113721370.180.4700.46277.8531.140.98
Hex714889122F02E1161f29
Octal16111021122570564263751
Binary111000110010001000100110010101111010111010001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714889; }

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

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

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

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

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

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

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

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