#745883

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

Shades of Affair #745883

Tints of Affair #745883

Color information

#745883 (or 0x745883) is unknown color: approx Affair. HEX triplet: 74, 58 and 83. RGB value is (116,88,131). Sum of RGB (Red+Green+Blue) = 116+88+131=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #745883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745883 is #8BA77C. Grayscale: #656565. Windows color (decimal): -9152381 or 8607860. OLE color: 8607860.

HSL color Cylindrical-coordinate representation of color #745883: hue angle of 279.07º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #745883 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11688131-
CMYK0.110.3300.49
HSL279.07º19.63%42.94%-
HSV(B)279.07º32.82%51.37%-
XYZ14.7912.3323.07-
YUV101.27144.78138.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=34.63%
G=26.27%
B=39.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116881310.110.3300.49279.0719.6342.94
Hex745883B21031117142b
Octal16413020313410614272453
Binary11101001011000100000111011100001011000110001011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745883; }

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

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

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

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

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

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

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

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