#71567C

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

Shades of Affair #71567C

Tints of Affair #71567C

Color information

#71567C (or 0x71567C) is unknown color: approx Affair. HEX triplet: 71, 56 and 7C. RGB value is (113,86,124). Sum of RGB (Red+Green+Blue) = 113+86+124=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #71567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71567C is #8EA983. Grayscale: #626262. Windows color (decimal): -9349508 or 8148593. OLE color: 8148593.

HSL color Cylindrical-coordinate representation of color #71567C: hue angle of 282.63º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71567C is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11386124-
CMYK0.090.3100.51
HSL282.63º18.1%41.18%-
HSV(B)282.63º30.65%48.63%-
XYZ13.7811.6220.59-
YUV98.4142.45138.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=34.98%
G=26.63%
B=38.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113861240.090.3100.51282.6318.141.18
Hex71567C91F03311b1229
Octal16112617411370634332251
Binary111000110101101111100100111111011001110001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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