#71548D

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

Shades of Affair #71548D

Tints of Affair #71548D

Color information

#71548D (or 0x71548D) is unknown color: approx Affair. HEX triplet: 71, 54 and 8D. RGB value is (113,84,141). Sum of RGB (Red+Green+Blue) = 113+84+141=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #71548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71548D is #8EAB72. Grayscale: #626262. Windows color (decimal): -9350003 or 9262193. OLE color: 9262193.

HSL color Cylindrical-coordinate representation of color #71548D: hue angle of 270.53º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71548D is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11384141-
CMYK0.200.4000.45
HSL270.53º25.33%44.12%-
HSV(B)270.53º40.43%55.29%-
XYZ14.7911.7726.69-
YUV99.17151.61137.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 141 (55.47% from 255) = 41.72%
R=33.43%
G=24.85%
B=41.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113841410.200.4000.45270.5325.3344.12
Hex71548D142802D10f192c
Octal16112421524500554173154
Binary111000110101001000110110100101000010110110000111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,84,141); }

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

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

 a { background-color: rgb(113,84,141); }

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

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

 span { border-color: rgb(113,84,141); }

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