#715588

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

Shades of Affair #715588

Tints of Affair #715588

Color information

#715588 (or 0x715588) is unknown color: approx Affair. HEX triplet: 71, 55 and 88. RGB value is (113,85,136). Sum of RGB (Red+Green+Blue) = 113+85+136=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #715588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715588 is #8EAA77. Grayscale: #636363. Windows color (decimal): -9349752 or 8934769. OLE color: 8934769.

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

Color convert

RGB11385136-
CMYK0.170.3800.47
HSL272.94º23.08%43.33%-
HSV(B)272.94º37.5%53.33%-
XYZ14.511.7924.8-
YUV99.19148.78137.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=33.83%
G=25.45%
B=40.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113851360.170.3800.47272.9423.0843.33
Hex715588112602F111172b
Octal16112521021460574212753
Binary111000110101011000100010001100110010111110001000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715588; }

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

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

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

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

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

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

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

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