#715988

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

Shades of Affair #715988

Tints of Affair #715988

Color information

#715988 (or 0x715988) is unknown color: approx Affair. HEX triplet: 71, 59 and 88. RGB value is (113,89,136). Sum of RGB (Red+Green+Blue) = 113+89+136=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #715988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715988 is #8EA677. Grayscale: #656565. Windows color (decimal): -9348728 or 8935793. OLE color: 8935793.

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

Color convert

RGB11389136-
CMYK0.170.3500.47
HSL270.64º20.89%44.12%-
HSV(B)270.64º34.56%53.33%-
XYZ14.8312.4324.91-
YUV101.53147.45136.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=33.43%
G=26.33%
B=40.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113891360.170.3500.47270.6420.8944.12
Hex715988112302F10f152c
Octal16113121021430574172554
Binary111000110110011000100010001100011010111110000111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715988; }

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

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

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

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

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

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

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

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