#71498C

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

Shades of Affair #71498C

Tints of Affair #71498C

Color information

#71498C (or 0x71498C) is unknown color: approx Affair. HEX triplet: 71, 49 and 8C. RGB value is (113,73,140). Sum of RGB (Red+Green+Blue) = 113+73+140=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #71498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71498C is #8EB673. Grayscale: #5C5C5C. Windows color (decimal): -9352820 or 9193841. OLE color: 9193841.

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

Color convert

RGB11373140-
CMYK0.190.4800.45
HSL275.82º31.46%41.76%-
HSV(B)275.82º47.86%54.9%-
XYZ13.9310.1726.04-
YUV92.6154.75142.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=34.66%
G=22.39%
B=42.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113731400.190.4800.45275.8231.4641.76
Hex71498C133002D1141f2a
Octal16111121423600554243752
Binary111000110010011000110010011110000010110110001010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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