#714680

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

Shades of Affair #714680

Tints of Affair #714680

Color information

#714680 (or 0x714680) is unknown color: approx Affair. HEX triplet: 71, 46 and 80. RGB value is (113,70,128). Sum of RGB (Red+Green+Blue) = 113+70+128=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #714680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714680 is #8EB97F. Grayscale: #595959. Windows color (decimal): -9353600 or 8406641. OLE color: 8406641.

HSL color Cylindrical-coordinate representation of color #714680: hue angle of 284.48º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #714680 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11370128-
CMYK0.120.4500.50
HSL284.48º29.29%38.82%-
HSV(B)284.48º45.31%50.2%-
XYZ12.99.4521.57-
YUV89.47149.75144.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=36.33%
G=22.51%
B=41.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113701280.120.4500.50284.4829.2938.82
Hex714680C2D03211c1d27
Octal16110620014550624343547
Binary11100011000110100000001100101101011001010001110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714680; }

 p { color: rgb(113,70,128); }

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

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

 a { background-color: rgb(113,70,128); }

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

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

 span { border-color: rgb(113,70,128); }

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