#714784

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

Shades of Affair #714784

Tints of Affair #714784

Color information

#714784 (or 0x714784) is unknown color: approx Affair. HEX triplet: 71, 47 and 84. RGB value is (113,71,132). Sum of RGB (Red+Green+Blue) = 113+71+132=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #714784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714784 is #8EB87B. Grayscale: #5A5A5A. Windows color (decimal): -9353340 or 8669041. OLE color: 8669041.

HSL color Cylindrical-coordinate representation of color #714784: hue angle of 281.31º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #714784 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11371132-
CMYK0.140.4600.48
HSL281.31º30.05%39.8%-
HSV(B)281.31º46.21%51.76%-
XYZ13.239.6823-
YUV90.51151.41144.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=35.76%
G=22.47%
B=41.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113711320.140.4600.48281.3130.0539.8
Hex714784E2E0301191e28
Octal16110720416560604313650
Binary11100011000111100001001110101110011000010001100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714784; }

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

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

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

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

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

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

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

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