#714C84

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

Shades of Affair #714C84

Tints of Affair #714C84

Color information

#714C84 (or 0x714C84) is unknown color: approx Affair. HEX triplet: 71, 4C and 84. RGB value is (113,76,132). Sum of RGB (Red+Green+Blue) = 113+76+132=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #714C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714C84 is #8EB37B. Grayscale: #5D5D5D. Windows color (decimal): -9352060 or 8670321. OLE color: 8670321.

HSL color Cylindrical-coordinate representation of color #714C84: hue angle of 279.64º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #714C84 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11376132-
CMYK0.140.4200.48
HSL279.64º26.92%40.78%-
HSV(B)279.64º42.42%51.76%-
XYZ13.5610.3523.11-
YUV93.45149.76141.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=35.20%
G=23.68%
B=41.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113761320.140.4200.48279.6426.9240.78
Hex714C84E2A0301181b29
Octal16111420416520604303351
Binary11100011001100100001001110101010011000010001100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,76,132); }

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

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

 a { background-color: rgb(113,76,132); }

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

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

 span { border-color: rgb(113,76,132); }

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