#745085

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

Shades of Affair #745085

Tints of Affair #745085

Color information

#745085 (or 0x745085) is unknown color: approx Affair. HEX triplet: 74, 50 and 85. RGB value is (116,80,133). Sum of RGB (Red+Green+Blue) = 116+80+133=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #745085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745085 is #8BAF7A. Grayscale: #606060. Windows color (decimal): -9154427 or 8736884. OLE color: 8736884.

HSL color Cylindrical-coordinate representation of color #745085: hue angle of 280.75º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745085 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11680133-
CMYK0.130.4000.48
HSL280.75º24.88%41.76%-
HSV(B)280.75º39.85%52.16%-
XYZ14.311.1423.59-
YUV96.81148.43141.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=35.26%
G=24.32%
B=40.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116801330.130.4000.48280.7524.8841.76
Hex745085D28030119192a
Octal16412020515500604313152
Binary11101001010000100001011101101000011000010001100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745085; }

 p { color: rgb(116,80,133); }

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

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

 a { background-color: rgb(116,80,133); }

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

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

 span { border-color: rgb(116,80,133); }

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