#745483

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

Shades of Affair #745483

Tints of Affair #745483

Color information

#745483 (or 0x745483) is unknown color: approx Affair. HEX triplet: 74, 54 and 83. RGB value is (116,84,131). Sum of RGB (Red+Green+Blue) = 116+84+131=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 131 - color contains mainly: blue. Hex color #745483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745483 is #8BAB7C. Grayscale: #626262. Windows color (decimal): -9153405 or 8606836. OLE color: 8606836.

HSL color Cylindrical-coordinate representation of color #745483: hue angle of 280.85º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #745483 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11684131-
CMYK0.110.3600.49
HSL280.85º21.86%42.16%-
HSV(B)280.85º35.88%51.37%-
XYZ14.4711.6922.97-
YUV98.93146.1140.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=35.05%
G=25.38%
B=39.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116841310.110.3600.49280.8521.8642.16
Hex745483B24031119162a
Octal16412420313440614312652
Binary11101001010100100000111011100100011000110001100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745483; }

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

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

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

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

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

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

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

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