#714084

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

Shades of Affair #714084

Tints of Affair #714084

Color information

#714084 (or 0x714084) is unknown color: approx Affair. HEX triplet: 71, 40 and 84. RGB value is (113,64,132). Sum of RGB (Red+Green+Blue) = 113+64+132=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #714084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714084 is #8EBF7B. Grayscale: #565656. Windows color (decimal): -9355132 or 8667249. OLE color: 8667249.

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

Color convert

RGB11364132-
CMYK0.140.5200.48
HSL283.24º34.69%38.43%-
HSV(B)283.24º51.52%51.76%-
XYZ12.818.8422.86-
YUV86.4153.73146.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=36.57%
G=20.71%
B=42.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113641320.140.5200.48283.2434.6938.43
Hex714084E3403011b2326
Octal16110020416640604334346
Binary111000110000001000010011101101000110000100011011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714084; }

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

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

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

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

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

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

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

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