#715286

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

Shades of Affair #715286

Tints of Affair #715286

Color information

#715286 (or 0x715286) is unknown color: approx Affair. HEX triplet: 71, 52 and 86. RGB value is (113,82,134). Sum of RGB (Red+Green+Blue) = 113+82+134=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #715286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715286 is #8EAD79. Grayscale: #616161. Windows color (decimal): -9350522 or 8802929. OLE color: 8802929.

HSL color Cylindrical-coordinate representation of color #715286: hue angle of 275.77º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #715286 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11382134-
CMYK0.160.3900.47
HSL275.77º24.07%42.35%-
HSV(B)275.77º38.81%52.55%-
XYZ14.1311.2723.98-
YUV97.2148.77139.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=34.35%
G=24.92%
B=40.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113821340.160.3900.47275.7724.0742.35
Hex715286102702F114182a
Octal16112220620470574243052
Binary111000110100101000011010000100111010111110001010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715286; }

 p { color: rgb(113,82,134); }

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

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

 a { background-color: rgb(113,82,134); }

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

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

 span { border-color: rgb(113,82,134); }

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