#715985

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

Shades of Affair #715985

Tints of Affair #715985

Color information

#715985 (or 0x715985) is unknown color: approx Affair. HEX triplet: 71, 59 and 85. RGB value is (113,89,133). Sum of RGB (Red+Green+Blue) = 113+89+133=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #715985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715985 is #8EA67A. Grayscale: #656565. Windows color (decimal): -9348731 or 8739185. OLE color: 8739185.

HSL color Cylindrical-coordinate representation of color #715985: hue angle of 272.73º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #715985 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11389133-
CMYK0.150.3300.48
HSL272.73º19.82%43.53%-
HSV(B)272.73º33.08%52.16%-
XYZ14.6212.3523.8-
YUV101.19145.95136.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=33.73%
G=26.57%
B=39.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113891330.150.3300.48272.7319.8243.53
Hex715985F21030111142c
Octal16113120517410604212454
Binary11100011011001100001011111100001011000010001000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715985; }

 p { color: rgb(113,89,133); }

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

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

 a { background-color: rgb(113,89,133); }

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

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

 span { border-color: rgb(113,89,133); }

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