#71478C

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

Shades of Affair #71478C

Tints of Affair #71478C

Color information

#71478C (or 0x71478C) is unknown color: approx Affair. HEX triplet: 71, 47 and 8C. RGB value is (113,71,140). Sum of RGB (Red+Green+Blue) = 113+71+140=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #71478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71478C is #8EB873. Grayscale: #5B5B5B. Windows color (decimal): -9353332 or 9193329. OLE color: 9193329.

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

Color convert

RGB11371140-
CMYK0.190.4900.45
HSL276.52º32.7%41.37%-
HSV(B)276.52º49.29%54.9%-
XYZ13.89.9126-
YUV91.42155.41143.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=34.88%
G=21.91%
B=43.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113711400.190.4900.45276.5232.741.37
Hex71478C133102D1152129
Octal16110721423610554254151
Binary1110001100011110001100100111100010101101100010101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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