#71558C

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

Shades of Affair #71558C

Tints of Affair #71558C

Color information

#71558C (or 0x71558C) is unknown color: approx Affair. HEX triplet: 71, 55 and 8C. RGB value is (113,85,140). Sum of RGB (Red+Green+Blue) = 113+85+140=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #71558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71558C is #8EAA73. Grayscale: #636363. Windows color (decimal): -9349748 or 9196913. OLE color: 9196913.

HSL color Cylindrical-coordinate representation of color #71558C: hue angle of 270.55º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71558C is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11385140-
CMYK0.190.3900.45
HSL270.55º24.44%44.12%-
HSV(B)270.55º39.29%54.9%-
XYZ14.7911.926.33-
YUV99.64150.78137.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 140 (55.08% from 255) = 41.42%
R=33.43%
G=25.15%
B=41.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113851400.190.3900.45270.5524.4444.12
Hex71558C132702D10f182c
Octal16112521423470554173054
Binary111000110101011000110010011100111010110110000111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71558C; }

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

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

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

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

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

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

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

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