#715384

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

Shades of Affair #715384

Tints of Affair #715384

Color information

#715384 (or 0x715384) is unknown color: approx Affair. HEX triplet: 71, 53 and 84. RGB value is (113,83,132). Sum of RGB (Red+Green+Blue) = 113+83+132=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #715384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715384 is #8EAC7B. Grayscale: #616161. Windows color (decimal): -9350268 or 8672113. OLE color: 8672113.

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

Color convert

RGB11383132-
CMYK0.140.3700.48
HSL276.73º22.79%42.16%-
HSV(B)276.73º37.12%51.76%-
XYZ14.0711.3623.28-
YUV97.56147.44139.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=34.45%
G=25.30%
B=40.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113831320.140.3700.48276.7322.7942.16
Hex715384E25030115172a
Octal16112320416450604252752
Binary11100011010011100001001110100101011000010001010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715384; }

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

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

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

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

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

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

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

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