#745581

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

Shades of Affair #745581

Tints of Affair #745581

Color information

#745581 (or 0x745581) is unknown color: approx Affair. HEX triplet: 74, 55 and 81. RGB value is (116,85,129). Sum of RGB (Red+Green+Blue) = 116+85+129=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: blue. Hex color #745581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745581 is #8BAA7E. Grayscale: #636363. Windows color (decimal): -9153151 or 8476020. OLE color: 8476020.

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

Color convert

RGB11685129-
CMYK0.100.3400.49
HSL282.27º20.56%41.96%-
HSV(B)282.27º34.11%50.59%-
XYZ14.4111.7922.29-
YUV99.28144.77139.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=35.15%
G=25.76%
B=39.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116851290.100.3400.49282.2720.5641.96
Hex745581A2203111a152a
Octal16412520112420614322552
Binary11101001010101100000011010100010011000110001101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745581; }

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

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

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

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

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

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

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

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