#71408C

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

Shades of Affair #71408C

Tints of Affair #71408C

Color information

#71408C (or 0x71408C) is unknown color: approx Affair. HEX triplet: 71, 40 and 8C. RGB value is (113,64,140). Sum of RGB (Red+Green+Blue) = 113+64+140=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #71408C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71408C is #8EBF73. Grayscale: #575757. Windows color (decimal): -9355124 or 9191537. OLE color: 9191537.

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

Color convert

RGB11364140-
CMYK0.190.5400.45
HSL278.68º37.25%40%-
HSV(B)278.68º54.29%54.9%-
XYZ13.389.0725.86-
YUV87.32157.73146.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 140 (55.08% from 255) = 44.16%
R=35.65%
G=20.19%
B=44.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113641400.190.5400.45278.6837.2540
Hex71408C133602D1172528
Octal16110021423660554274550
Binary1110001100000010001100100111101100101101100010111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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