#74558D

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

Shades of Affair #74558D

Tints of Affair #74558D

Color information

#74558D (or 0x74558D) is unknown color: approx Affair. HEX triplet: 74, 55 and 8D. RGB value is (116,85,141). Sum of RGB (Red+Green+Blue) = 116+85+141=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #74558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74558D is #8BAA72. Grayscale: #646464. Windows color (decimal): -9153139 or 9262452. OLE color: 9262452.

HSL color Cylindrical-coordinate representation of color #74558D: hue angle of 273.21º 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 #74558D is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11685141-
CMYK0.180.4000.45
HSL273.21º24.78%44.31%-
HSV(B)273.21º39.72%55.29%-
XYZ15.2612.1326.74-
YUV100.65150.77138.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=33.92%
G=24.85%
B=41.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116851410.180.4000.45273.2124.7844.31
Hex74558D122802D111192c
Octal16412521522500554213154
Binary111010010101011000110110010101000010110110001000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,85,141); }

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

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

 a { background-color: rgb(116,85,141); }

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

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

 span { border-color: rgb(116,85,141); }

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