#715688

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

Shades of Affair #715688

Tints of Affair #715688

Color information

#715688 (or 0x715688) is unknown color: approx Affair. HEX triplet: 71, 56 and 88. RGB value is (113,86,136). Sum of RGB (Red+Green+Blue) = 113+86+136=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #715688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715688 is #8EA977. Grayscale: #636363. Windows color (decimal): -9349496 or 8935025. OLE color: 8935025.

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

Color convert

RGB11386136-
CMYK0.170.3700.47
HSL272.4º22.52%43.53%-
HSV(B)272.4º36.76%53.33%-
XYZ14.5811.9424.83-
YUV99.77148.45137.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=33.73%
G=25.67%
B=40.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113861360.170.3700.47272.422.5243.53
Hex715688112502F110172c
Octal16112621021450574202754
Binary111000110101101000100010001100101010111110001000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715688; }

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

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

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

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

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

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

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

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