#715888

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

Shades of Affair #715888

Tints of Affair #715888

Color information

#715888 (or 0x715888) is unknown color: approx Affair. HEX triplet: 71, 58 and 88. RGB value is (113,88,136). Sum of RGB (Red+Green+Blue) = 113+88+136=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #715888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715888 is #8EA777. Grayscale: #646464. Windows color (decimal): -9348984 or 8935537. OLE color: 8935537.

HSL color Cylindrical-coordinate representation of color #715888: hue angle of 271.25º 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 #715888 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11388136-
CMYK0.170.3500.47
HSL271.25º21.43%43.92%-
HSV(B)271.25º35.29%53.33%-
XYZ14.7412.2724.88-
YUV100.95147.78136.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=33.53%
G=26.11%
B=40.36%

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
Decimal113881360.170.3500.47271.2521.4343.92
Hex715888112302F10f152c
Octal16113021021430574172554
Binary111000110110001000100010001100011010111110000111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715888; }

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

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

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

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

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

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

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

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