#714A8E

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

Shades of Affair #714A8E

Tints of Affair #714A8E

Color information

#714A8E (or 0x714A8E) is unknown color: approx Affair. HEX triplet: 71, 4A and 8E. RGB value is (113,74,142). Sum of RGB (Red+Green+Blue) = 113+74+142=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #714A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714A8E is #8EB571. Grayscale: #5D5D5D. Windows color (decimal): -9352562 or 9325169. OLE color: 9325169.

HSL color Cylindrical-coordinate representation of color #714A8E: hue angle of 274.41º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #714A8E is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11374142-
CMYK0.200.4800.44
HSL274.41º31.48%42.35%-
HSV(B)274.41º47.89%55.69%-
XYZ14.1410.3626.85-
YUV93.41155.42141.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=34.35%
G=22.49%
B=43.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113741420.200.4800.44274.4131.4842.35
Hex714A8E143002C1121f2a
Octal16111221624600544223752
Binary111000110010101000111010100110000010110010001001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714A8E; }

 p { color: rgb(113,74,142); }

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

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

 a { background-color: rgb(113,74,142); }

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

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

 span { border-color: rgb(113,74,142); }

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