#745DA3

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

Shades of Scampi #745DA3

Tints of Scampi #745DA3

Color information

#745DA3 (or 0x745DA3) is unknown color: approx Scampi. HEX triplet: 74, 5D and A3. RGB value is (116,93,163). Sum of RGB (Red+Green+Blue) = 116+93+163=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 163 (64.06% from 255 or 43.82% from 372); Max value from RGB is 163 - color contains mainly: blue. Hex color #745DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745DA3 is #8BA25C. Grayscale: #6B6B6B. Windows color (decimal): -9151069 or 10706292. OLE color: 10706292.

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

Color convert

RGB11693163-
CMYK0.290.4300.36
HSL259.71º27.56%50.2%-
HSV(B)259.71º42.94%63.92%-
XYZ17.7314.1936.45-
YUV107.86159.12133.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 93 (36.72% from 255) = 25%
BLUE value IS 163 (64.06% from 255) = 43.82%
R=31.18%
G=25%
B=43.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116931630.290.4300.36259.7127.5650.2
Hex745DA31D2B0241041c32
Octal16413524335530444043462
Binary111010010111011010001111101101011010010010000010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,93,163); }

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

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

 a { background-color: rgb(116,93,163); }

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

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

 span { border-color: rgb(116,93,163); }

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