#745488

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

Shades of Affair #745488

Tints of Affair #745488

Color information

#745488 (or 0x745488) is unknown color: approx Affair. HEX triplet: 74, 54 and 88. RGB value is (116,84,136). Sum of RGB (Red+Green+Blue) = 116+84+136=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #745488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745488 is #8BAB77. Grayscale: #636363. Windows color (decimal): -9153400 or 8934516. OLE color: 8934516.

HSL color Cylindrical-coordinate representation of color #745488: hue angle of 276.92º degrees, saturation: 0.24, 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 #745488 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11684136-
CMYK0.150.3800.47
HSL276.92º23.64%43.14%-
HSV(B)276.92º38.24%53.33%-
XYZ14.8211.8324.8-
YUV99.5148.6139.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=34.52%
G=25%
B=40.48%

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
Decimal116841360.150.3800.47276.9223.6443.14
Hex745488F2602F115182b
Octal16412421017460574253053
Binary11101001010100100010001111100110010111110001010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745488; }

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

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

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

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

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

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

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

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