#745588

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

Shades of Affair #745588

Tints of Affair #745588

Color information

#745588 (or 0x745588) is unknown color: approx Affair. HEX triplet: 74, 55 and 88. RGB value is (116,85,136). Sum of RGB (Red+Green+Blue) = 116+85+136=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #745588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745588 is #8BAA77. Grayscale: #636363. Windows color (decimal): -9153144 or 8934772. OLE color: 8934772.

HSL color Cylindrical-coordinate representation of color #745588: hue angle of 276.47º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #745588 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11685136-
CMYK0.150.3800.47
HSL276.47º23.08%43.33%-
HSV(B)276.47º37.5%53.33%-
XYZ14.8911.9924.82-
YUV100.08148.27139.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=34.42%
G=25.22%
B=40.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116851360.150.3800.47276.4723.0843.33
Hex745588F2602F114172b
Octal16412521017460574242753
Binary11101001010101100010001111100110010111110001010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745588; }

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

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

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

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

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

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

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

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