#74548C

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

Shades of Affair #74548C

Tints of Affair #74548C

Color information

#74548C (or 0x74548C) is unknown color: approx Affair. HEX triplet: 74, 54 and 8C. RGB value is (116,84,140). Sum of RGB (Red+Green+Blue) = 116+84+140=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #74548C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74548C is #8BAB73. Grayscale: #636363. Windows color (decimal): -9153396 or 9196660. OLE color: 9196660.

HSL color Cylindrical-coordinate representation of color #74548C: hue angle of 274.29º 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 #74548C is Cyan = 0.17, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11684140-
CMYK0.170.400.45
HSL274.29º25%43.92%-
HSV(B)274.29º40%54.9%-
XYZ15.1111.9526.32-
YUV99.95150.6139.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=34.12%
G=24.71%
B=41.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116841400.170.400.45274.292543.92
Hex74548C112802D112192c
Octal16412421421500554223154
Binary111010010101001000110010001101000010110110001001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,84,140); }

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

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

 a { background-color: rgb(116,84,140); }

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

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

 span { border-color: rgb(116,84,140); }

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