#71477B

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

Shades of Affair #71477B

Tints of Affair #71477B

Color information

#71477B (or 0x71477B) is unknown color: approx Affair. HEX triplet: 71, 47 and 7B. RGB value is (113,71,123). Sum of RGB (Red+Green+Blue) = 113+71+123=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #71477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71477B is #8EB884. Grayscale: #595959. Windows color (decimal): -9353349 or 8079217. OLE color: 8079217.

HSL color Cylindrical-coordinate representation of color #71477B: hue angle of 288.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71477B is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11371123-
CMYK0.080.4200.52
HSL288.46º26.8%38.04%-
HSV(B)288.46º42.28%48.24%-
XYZ12.649.4519.9-
YUV89.49146.91144.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.81%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=36.81%
G=23.13%
B=40.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113711230.080.4200.52288.4626.838.04
Hex71477B82A0341201b26
Octal16110717310520644403346
Binary1110001100011111110111000101010011010010010000011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71477B; }

 p { color: rgb(113,71,123); }

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

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

 a { background-color: rgb(113,71,123); }

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

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

 span { border-color: rgb(113,71,123); }

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