#745FA9

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

Shades of Scampi #745FA9

Tints of Scampi #745FA9

Color information

#745FA9 (or 0x745FA9) is unknown color: approx Scampi. HEX triplet: 74, 5F and A9. RGB value is (116,95,169). Sum of RGB (Red+Green+Blue) = 116+95+169=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 169 - color contains mainly: blue. Hex color #745FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745FA9 is #8BA056. Grayscale: #6D6D6D. Windows color (decimal): -9150551 or 11100020. OLE color: 11100020.

HSL color Cylindrical-coordinate representation of color #745FA9: hue angle of 257.03º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #745FA9 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11695169-
CMYK0.310.4400.34
HSL257.03º30.08%51.76%-
HSV(B)257.03º43.79%66.27%-
XYZ18.4614.7639.41-
YUV109.71161.46132.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.53%
GREEN value IS 95 (37.5% from 255) = 25%
BLUE value IS 169 (66.41% from 255) = 44.47%
R=30.53%
G=25%
B=44.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal116951690.310.4400.34257.0330.0851.76
Hex745FA91F2C0221011e34
Octal16413725137540424013664
Binary111010010111111010100111111101100010001010000000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745FA9; }

 p { color: rgb(116,95,169); }

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

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

 a { background-color: rgb(116,95,169); }

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

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

 span { border-color: rgb(116,95,169); }

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