#745AA4

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

Shades of Scampi #745AA4

Tints of Scampi #745AA4

Color information

#745AA4 (or 0x745AA4) is unknown color: approx Scampi. HEX triplet: 74, 5A and A4. RGB value is (116,90,164). Sum of RGB (Red+Green+Blue) = 116+90+164=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #745AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745AA4 is #8BA55B. Grayscale: #696969. Windows color (decimal): -9151836 or 10771060. OLE color: 10771060.

HSL color Cylindrical-coordinate representation of color #745AA4: hue angle of 261.08º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #745AA4 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11690164-
CMYK0.290.4500.36
HSL261.08º29.13%49.8%-
HSV(B)261.08º45.12%64.31%-
XYZ17.5613.7136.84-
YUV106.21160.61134.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 164 (64.45% from 255) = 44.32%
R=31.35%
G=24.32%
B=44.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116901640.290.4500.36261.0829.1349.8
Hex745AA41D2D0241051d32
Octal16413224435550444053562
Binary111010010110101010010011101101101010010010000010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,90,164); }

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

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

 a { background-color: rgb(116,90,164); }

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

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

 span { border-color: rgb(116,90,164); }

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