#715788

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

Shades of Affair #715788

Tints of Affair #715788

Color information

#715788 (or 0x715788) is unknown color: approx Affair. HEX triplet: 71, 57 and 88. RGB value is (113,87,136). Sum of RGB (Red+Green+Blue) = 113+87+136=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #715788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715788 is #8EA877. Grayscale: #646464. Windows color (decimal): -9349240 or 8935281. OLE color: 8935281.

HSL color Cylindrical-coordinate representation of color #715788: hue angle of 271.84º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #715788 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11387136-
CMYK0.170.3600.47
HSL271.84º21.97%43.73%-
HSV(B)271.84º36.03%53.33%-
XYZ14.6612.124.86-
YUV100.36148.11137.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=33.63%
G=25.89%
B=40.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113871360.170.3600.47271.8421.9743.73
Hex715788112402F110162c
Octal16112721021440574202654
Binary111000110101111000100010001100100010111110001000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715788; }

 p { color: rgb(113,87,136); }

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

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

 a { background-color: rgb(113,87,136); }

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

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

 span { border-color: rgb(113,87,136); }

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