#71567D

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

Shades of Affair #71567D

Tints of Affair #71567D

Color information

#71567D (or 0x71567D) is unknown color: approx Affair. HEX triplet: 71, 56 and 7D. RGB value is (113,86,125). Sum of RGB (Red+Green+Blue) = 113+86+125=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #71567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71567D is #8EA982. Grayscale: #626262. Windows color (decimal): -9349507 or 8214129. OLE color: 8214129.

HSL color Cylindrical-coordinate representation of color #71567D: hue angle of 281.54º 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 #71567D is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11386125-
CMYK0.100.3100.51
HSL281.54º18.48%41.37%-
HSV(B)281.54º31.2%49.02%-
XYZ13.8411.6520.92-
YUV98.52142.95138.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=34.88%
G=26.54%
B=38.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113861250.100.3100.51281.5418.4841.37
Hex71567DA1F03311a1229
Octal16112617512370634322251
Binary111000110101101111101101011111011001110001101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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