#715482

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

Shades of Affair #715482

Tints of Affair #715482

Color information

#715482 (or 0x715482) is unknown color: approx Affair. HEX triplet: 71, 54 and 82. RGB value is (113,84,130). Sum of RGB (Red+Green+Blue) = 113+84+130=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #715482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715482 is #8EAB7D. Grayscale: #616161. Windows color (decimal): -9350014 or 8541297. OLE color: 8541297.

HSL color Cylindrical-coordinate representation of color #715482: hue angle of 277.83º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #715482 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11384130-
CMYK0.130.3500.49
HSL277.83º21.5%41.96%-
HSV(B)277.83º35.38%50.98%-
XYZ14.0111.4622.59-
YUV97.92146.11138.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=34.56%
G=25.69%
B=39.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113841300.130.3500.49277.8321.541.96
Hex715482D23031116152a
Octal16112420215430614262552
Binary11100011010100100000101101100011011000110001011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715482; }

 p { color: rgb(113,84,130); }

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

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

 a { background-color: rgb(113,84,130); }

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

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

 span { border-color: rgb(113,84,130); }

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