#745885

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

Shades of Affair #745885

Tints of Affair #745885

Color information

#745885 (or 0x745885) is unknown color: approx Affair. HEX triplet: 74, 58 and 85. RGB value is (116,88,133). Sum of RGB (Red+Green+Blue) = 116+88+133=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #745885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745885 is #8BA77A. Grayscale: #656565. Windows color (decimal): -9152379 or 8738932. OLE color: 8738932.

HSL color Cylindrical-coordinate representation of color #745885: hue angle of 277.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #745885 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11688133-
CMYK0.130.3400.48
HSL277.33º20.36%43.33%-
HSV(B)277.33º33.83%52.16%-
XYZ14.9312.3923.79-
YUV101.5145.78138.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=34.42%
G=26.11%
B=39.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116881330.130.3400.48277.3320.3643.33
Hex745885D22030115142b
Octal16413020515420604252453
Binary11101001011000100001011101100010011000010001010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745885; }

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

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

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

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

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

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

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

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