#74518A

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

Shades of Affair #74518A

Tints of Affair #74518A

Color information

#74518A (or 0x74518A) is unknown color: approx Affair. HEX triplet: 74, 51 and 8A. RGB value is (116,81,138). Sum of RGB (Red+Green+Blue) = 116+81+138=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #74518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74518A is #8BAE75. Grayscale: #616161. Windows color (decimal): -9154166 or 9064820. OLE color: 9064820.

HSL color Cylindrical-coordinate representation of color #74518A: hue angle of 276.84º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74518A is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11681138-
CMYK0.160.4100.46
HSL276.84º26.03%42.94%-
HSV(B)276.84º41.3%54.12%-
XYZ14.7311.4325.48-
YUV97.96150.6140.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=34.63%
G=24.18%
B=41.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116811380.160.4100.46276.8426.0342.94
Hex74518A102902E1151a2b
Octal16412121220510564253253
Binary111010010100011000101010000101001010111010001010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74518A; }

 p { color: rgb(116,81,138); }

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

<style>
 a { background-color: #74518A; }

 a { background-color: rgb(116,81,138); }

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

<style>
 span { border-color: #74518A; }

 span { border-color: rgb(116,81,138); }

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